Html Css Color HEX #B8BDDC Perano

📋 copy color: '#B8BDDC'

red 184 ◦ green 189 ◦ blue 220

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

Shades of Perano #B8BDDC

Tints of Perano #B8BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 31.03%
G = 31.87%
B = 37.1%

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

#B8BDDC (or 0xB8BDDC) is known color: Perano. HEX triplet: B8, BD and DC. RGB value is (184,189,220). Sum of RGB (Red+Green+Blue) = 184+189+220=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDDC is #474223. Grayscale: #BEBEBE. Windows color (decimal): -4669988 or 14466488. OLE color: 14466488.

HSL color Cylindrical-coordinate representation of color #B8BDDC: hue angle of 231.67º degrees, saturation: 0.34, 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 #B8BDDC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 189 220 -
CMYK 0.16 0.14 0 0.14
HSL 231.67º 0.34% 0.79% -
HSV(B) 231.67º 0.16% 0.86% -
XYZ 50.88 51.75 75.02 -
YUV 191.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 184 189 220 0.16 0.14 0 0.14 231.67 0.34 0.79
Hex B8 BD DC 10 E 0 E E8 22 4F
Octal 270 275 334 20 16 0 16 350 42 117
Binary 10111000 10111101 11011100 10000 1110 0 1110 11101000 100010 1001111

Color Harmonies of #B8BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDDC

Black with #B8BDDC

Text Example


Text Example

White with #B8BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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