Html Css Color HEX #B2D6CF Scandal

📋 copy color: '#B2D6CF'

red 178 ◦ green 214 ◦ blue 207

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

Shades of Scandal #B2D6CF

Tints of Scandal #B2D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.73%

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

R = 29.72%
G = 35.73%
B = 34.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#B2D6CF (or 0xB2D6CF) is known color: Scandal. HEX triplet: B2, D6 and CF. RGB value is (178,214,207). Sum of RGB (Red+Green+Blue) = 178+214+207=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D6CF is #4D2930. Grayscale: #CACACA. Windows color (decimal): -5056817 or 13620914. OLE color: 13620914.

HSL color Cylindrical-coordinate representation of color #B2D6CF: hue angle of 168.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2D6CF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 207 -
CMYK 0.17 0 0.03 0.16
HSL 168.33º 0.31% 0.77% -
HSV(B) 168.33º 0.17% 0.84% -
XYZ 53.67 62.06 68.18 -
YUV 202.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 178 214 207 0.17 0 0.03 0.16 168.33 0.31 0.77
Hex B2 D6 CF 11 0 3 10 A8 1F 4D
Octal 262 326 317 21 0 3 20 250 37 115
Binary 10110010 11010110 11001111 10001 0 11 10000 10101000 11111 1001101

Color Harmonies of #B2D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D6CF

Black with #B2D6CF

Text Example


Text Example

White with #B2D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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