Html Css Color HEX #B8BDDB Perano

📋 copy color: '#B8BDDB'

red 184 ◦ green 189 ◦ blue 219

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

Shades of Perano #B8BDDB

Tints of Perano #B8BDDB

RGB

 RED value IS 184 (72.27% from 255) = 31.08%

 GREEN value IS 189 (74.22% from 255) = 31.93%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 31.08%
G = 31.93%
B = 36.99%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8BDDB (or 0xB8BDDB) is known color: Perano. HEX triplet: B8, BD and DB. RGB value is (184,189,219). Sum of RGB (Red+Green+Blue) = 184+189+219=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDDB is #474224. Grayscale: #BEBEBE. Windows color (decimal): -4669989 or 14400952. OLE color: 14400952.

HSL color Cylindrical-coordinate representation of color #B8BDDB: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BDDB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 189 219 -
CMYK 0.16 0.14 0 0.14
HSL 231.43º 0.33% 0.79% -
HSV(B) 231.43º 0.16% 0.86% -
XYZ 50.75 51.7 74.32 -
YUV 190.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 184 189 219 0.16 0.14 0 0.14 231.43 0.33 0.79
Hex B8 BD DB 10 E 0 E E7 21 4F
Octal 270 275 333 20 16 0 16 347 41 117
Binary 10111000 10111101 11011011 10000 1110 0 1110 11100111 100001 1001111

Color Harmonies of #B8BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDDB

Black with #B8BDDB

Text Example


Text Example

White with #B8BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDDB; }

 p { color: rgb(184,189,219); }

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

background-color css

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

 a { background-color: rgb(184,189,219); }

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

border-color css

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

 span { border-color: rgb(184,189,219); }

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