Html Css Color HEX #B2D2CF Scandal

📋 copy color: '#B2D2CF'

red 178 ◦ green 210 ◦ blue 207

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

Shades of Scandal #B2D2CF

Tints of Scandal #B2D2CF

RGB

 RED value IS 178 (69.92% from 255) = 29.92%

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

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

R = 29.92%
G = 35.29%
B = 34.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#B2D2CF (or 0xB2D2CF) is known color: Scandal. HEX triplet: B2, D2 and CF. RGB value is (178,210,207). Sum of RGB (Red+Green+Blue) = 178+210+207=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D2CF is #4D2D30. Grayscale: #C8C8C8. Windows color (decimal): -5057841 or 13619890. OLE color: 13619890.

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

Color convert

RGB 178 210 207 -
CMYK 0.15 0 0.01 0.18
HSL 174.38º 0.26% 0.76% -
HSV(B) 174.38º 0.15% 0.82% -
XYZ 52.67 60.06 67.85 -
YUV 200.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 178 210 207 0.15 0 0.01 0.18 174.38 0.26 0.76
Hex B2 D2 CF F 0 1 12 AE 1A 4C
Octal 262 322 317 17 0 1 22 256 32 114
Binary 10110010 11010010 11001111 1111 0 1 10010 10101110 11010 1001100

Color Harmonies of #B2D2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D2CF

Black with #B2D2CF

Text Example


Text Example

White with #B2D2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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