Html Css Color HEX #B6D8CF Scandal

📋 copy color: '#B6D8CF'

red 182 ◦ green 216 ◦ blue 207

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

Shades of Scandal #B6D8CF

Tints of Scandal #B6D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.7%

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 30.08%
G = 35.7%
B = 34.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#B6D8CF (or 0xB6D8CF) is known color: Scandal. HEX triplet: B6, D8 and CF. RGB value is (182,216,207). Sum of RGB (Red+Green+Blue) = 182+216+207=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8CF is #492730. Grayscale: #CCCCCC. Windows color (decimal): -4794161 or 13621430. OLE color: 13621430.

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

Color convert

RGB 182 216 207 -
CMYK 0.16 0 0.04 0.15
HSL 164.12º 0.3% 0.78% -
HSV(B) 164.12º 0.16% 0.85% -
XYZ 55.11 63.56 68.4 -
YUV 204.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 182 216 207 0.16 0 0.04 0.15 164.12 0.3 0.78
Hex B6 D8 CF 10 0 4 F A4 1E 4E
Octal 266 330 317 20 0 4 17 244 36 116
Binary 10110110 11011000 11001111 10000 0 100 1111 10100100 11110 1001110

Color Harmonies of #B6D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D8CF

Black with #B6D8CF

Text Example


Text Example

White with #B6D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D8CF; }

 p { color: rgb(182,216,207); }

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

background-color css

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

 a { background-color: rgb(182,216,207); }

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

border-color css

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

 span { border-color: rgb(182,216,207); }

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