Html Css Color HEX #B5D1CC Scandal

📋 copy color: '#B5D1CC'

red 181 ◦ green 209 ◦ blue 204

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

Shades of Scandal #B5D1CC

Tints of Scandal #B5D1CC

RGB

 RED value IS 181 (71.09% from 255) = 30.47%

 GREEN value IS 209 (82.03% from 255) = 35.19%

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 30.47%
G = 35.19%
B = 34.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#B5D1CC (or 0xB5D1CC) is known color: Scandal. HEX triplet: B5, D1 and CC. RGB value is (181,209,204). Sum of RGB (Red+Green+Blue) = 181+209+204=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1CC is #4A2E33. Grayscale: #C8C8C8. Windows color (decimal): -4861492 or 13423029. OLE color: 13423029.

HSL color Cylindrical-coordinate representation of color #B5D1CC: hue angle of 169.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D1CC is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 209 204 -
CMYK 0.13 0 0.02 0.18
HSL 169.29º 0.23% 0.76% -
HSV(B) 169.29º 0.13% 0.82% -
XYZ 52.76 59.78 65.89 -
YUV 200.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 181 209 204 0.13 0 0.02 0.18 169.29 0.23 0.76
Hex B5 D1 CC D 0 2 12 A9 17 4C
Octal 265 321 314 15 0 2 22 251 27 114
Binary 10110101 11010001 11001100 1101 0 10 10010 10101001 10111 1001100

Color Harmonies of #B5D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D1CC

Black with #B5D1CC

Text Example


Text Example

White with #B5D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D1CC; }

 p { color: rgb(181,209,204); }

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

background-color css

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

 a { background-color: rgb(181,209,204); }

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

border-color css

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

 span { border-color: rgb(181,209,204); }

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