Html Css Color HEX #B6D2CF Scandal

📋 copy color: '#B6D2CF'

red 182 ◦ green 210 ◦ blue 207

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

Shades of Scandal #B6D2CF

Tints of Scandal #B6D2CF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 30.38%
G = 35.06%
B = 34.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#B6D2CF (or 0xB6D2CF) is known color: Scandal. HEX triplet: B6, D2 and CF. RGB value is (182,210,207). Sum of RGB (Red+Green+Blue) = 182+210+207=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2CF is #492D30. Grayscale: #C9C9C9. Windows color (decimal): -4795697 or 13619894. OLE color: 13619894.

HSL color Cylindrical-coordinate representation of color #B6D2CF: hue angle of 173.57º degrees, saturation: 0.24, 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 #B6D2CF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 210 207 -
CMYK 0.13 0 0.01 0.18
HSL 173.57º 0.24% 0.77% -
HSV(B) 173.57º 0.13% 0.82% -
XYZ 53.6 60.54 67.89 -
YUV 201.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 182 210 207 0.13 0 0.01 0.18 173.57 0.24 0.77
Hex B6 D2 CF D 0 1 12 AE 18 4D
Octal 266 322 317 15 0 1 22 256 30 115
Binary 10110110 11010010 11001111 1101 0 1 10010 10101110 11000 1001101

Color Harmonies of #B6D2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D2CF

Black with #B6D2CF

Text Example


Text Example

White with #B6D2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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