Html Css Color HEX #B3D2CC Scandal

📋 copy color: '#B3D2CC'

red 179 ◦ green 210 ◦ blue 204

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

Shades of Scandal #B3D2CC

Tints of Scandal #B3D2CC

RGB

 RED value IS 179 (70.31% from 255) = 30.19%

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 30.19%
G = 35.41%
B = 34.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B3D2CC (or 0xB3D2CC) is known color: Scandal. HEX triplet: B3, D2 and CC. RGB value is (179,210,204). Sum of RGB (Red+Green+Blue) = 179+210+204=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D2CC is #4C2D33. Grayscale: #C8C8C8. Windows color (decimal): -4992308 or 13423283. OLE color: 13423283.

HSL color Cylindrical-coordinate representation of color #B3D2CC: hue angle of 168.39º 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 #B3D2CC is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 210 204 -
CMYK 0.15 0 0.03 0.18
HSL 168.39º 0.26% 0.76% -
HSV(B) 168.39º 0.15% 0.82% -
XYZ 52.54 60.04 65.95 -
YUV 200.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 179 210 204 0.15 0 0.03 0.18 168.39 0.26 0.76
Hex B3 D2 CC F 0 3 12 A8 1A 4C
Octal 263 322 314 17 0 3 22 250 32 114
Binary 10110011 11010010 11001100 1111 0 11 10010 10101000 11010 1001100

Color Harmonies of #B3D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D2CC

Black with #B3D2CC

Text Example


Text Example

White with #B3D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D2CC; }

 p { color: rgb(179,210,204); }

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

background-color css

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

 a { background-color: rgb(179,210,204); }

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

border-color css

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

 span { border-color: rgb(179,210,204); }

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