Html Css Color HEX #B6D1CC Scandal

📋 copy color: '#B6D1CC'

red 182 ◦ green 209 ◦ blue 204

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

Shades of Scandal #B6D1CC

Tints of Scandal #B6D1CC

RGB

 RED value IS 182 (71.48% from 255) = 30.59%

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

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

R = 30.59%
G = 35.13%
B = 34.29%

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

#B6D1CC (or 0xB6D1CC) is known color: Scandal. HEX triplet: B6, D1 and CC. RGB value is (182,209,204). Sum of RGB (Red+Green+Blue) = 182+209+204=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1CC is #492E33. Grayscale: #C8C8C8. Windows color (decimal): -4795956 or 13423030. OLE color: 13423030.

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

Color convert

RGB 182 209 204 -
CMYK 0.13 0 0.02 0.18
HSL 168.89º 0.23% 0.77% -
HSV(B) 168.89º 0.13% 0.82% -
XYZ 52.99 59.91 65.9 -
YUV 200.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 182 209 204 0.13 0 0.02 0.18 168.89 0.23 0.77
Hex B6 D1 CC D 0 2 12 A9 17 4D
Octal 266 321 314 15 0 2 22 251 27 115
Binary 10110110 11010001 11001100 1101 0 10 10010 10101001 10111 1001101

Color Harmonies of #B6D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D1CC

Black with #B6D1CC

Text Example


Text Example

White with #B6D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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