Html Css Color HEX #B7BEDA Perano

📋 copy color: '#B7BEDA'

red 183 ◦ green 190 ◦ blue 218

#B7BEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #B7BEDA

Tints of Perano #B7BEDA

RGB

 RED value IS 183 (71.88% from 255) = 30.96%

 GREEN value IS 190 (74.61% from 255) = 32.15%

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 30.96%
G = 32.15%
B = 36.89%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7BEDA (or 0xB7BEDA) is known color: Perano. HEX triplet: B7, BE and DA. RGB value is (183,190,218). Sum of RGB (Red+Green+Blue) = 183+190+218=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEDA is #484125. Grayscale: #BEBEBE. Windows color (decimal): -4735270 or 14335671. OLE color: 14335671.

HSL color Cylindrical-coordinate representation of color #B7BEDA: hue angle of 228º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BEDA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 190 218 -
CMYK 0.16 0.13 0 0.15
HSL 228º 0.32% 0.79% -
HSV(B) 228º 0.16% 0.85% -
XYZ 50.6 51.96 73.69 -
YUV 191.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 183 190 218 0.16 0.13 0 0.15 228 0.32 0.79
Hex B7 BE DA 10 D 0 F E4 20 4F
Octal 267 276 332 20 15 0 17 344 40 117
Binary 10110111 10111110 11011010 10000 1101 0 1111 11100100 100000 1001111

Color Harmonies of #B7BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEDA

Black with #B7BEDA

Text Example


Text Example

White with #B7BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEDA; }

 p { color: rgb(183,190,218); }

 H1.HeaderClassName
 {
   color: #B7BEDA;
 }
 .AnyTagClassName
 {
   color: #B7BEDA;
 }
</style>

background-color css

<style>
 a { background-color: #B7BEDA; }

 a { background-color: rgb(183,190,218); }

 div.DivClassName
 {
   background-color: #B7BEDA;
 }
 .BgClassName
 {
   background-color: #B7BEDA;
 }
</style>

border-color css

<style>
 span { border-color: #B7BEDA; }

 span { border-color: rgb(183,190,218); }

 td.TdClassName
 {
   border-color: #B7BEDA;
 }
 .TagClassName
 {
   border-color: #B7BEDA;
 }
</style>