Html Css Color HEX #B2D3CE Scandal

📋 copy color: '#B2D3CE'

red 178 ◦ green 211 ◦ blue 206

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

Shades of Scandal #B2D3CE

Tints of Scandal #B2D3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 29.92%
G = 35.46%
B = 34.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#B2D3CE (or 0xB2D3CE) is known color: Scandal. HEX triplet: B2, D3 and CE. RGB value is (178,211,206). Sum of RGB (Red+Green+Blue) = 178+211+206=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D3CE is #4D2C31. Grayscale: #C8C8C8. Windows color (decimal): -5057586 or 13554610. OLE color: 13554610.

HSL color Cylindrical-coordinate representation of color #B2D3CE: hue angle of 170.91º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D3CE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 206 -
CMYK 0.16 0 0.02 0.17
HSL 170.91º 0.27% 0.76% -
HSV(B) 170.91º 0.16% 0.83% -
XYZ 52.79 60.51 67.29 -
YUV 200.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 178 211 206 0.16 0 0.02 0.17 170.91 0.27 0.76
Hex B2 D3 CE 10 0 2 11 AB 1B 4C
Octal 262 323 316 20 0 2 21 253 33 114
Binary 10110010 11010011 11001110 10000 0 10 10001 10101011 11011 1001100

Color Harmonies of #B2D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D3CE

Black with #B2D3CE

Text Example


Text Example

White with #B2D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D3CE; }

 p { color: rgb(178,211,206); }

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

background-color css

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

 a { background-color: rgb(178,211,206); }

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

border-color css

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

 span { border-color: rgb(178,211,206); }

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