Html Css Color HEX #B3D3CC Scandal

📋 copy color: '#B3D3CC'

red 179 ◦ green 211 ◦ blue 204

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

Shades of Scandal #B3D3CC

Tints of Scandal #B3D3CC

RGB

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

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

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

R = 30.13%
G = 35.52%
B = 34.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#B3D3CC (or 0xB3D3CC) is known color: Scandal. HEX triplet: B3, D3 and CC. RGB value is (179,211,204). Sum of RGB (Red+Green+Blue) = 179+211+204=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3CC is #4C2C33. Grayscale: #C8C8C8. Windows color (decimal): -4992052 or 13423539. OLE color: 13423539.

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

Color convert

RGB 179 211 204 -
CMYK 0.15 0 0.03 0.17
HSL 166.88º 0.27% 0.76% -
HSV(B) 166.88º 0.15% 0.83% -
XYZ 52.78 60.53 66.03 -
YUV 200.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 179 211 204 0.15 0 0.03 0.17 166.88 0.27 0.76
Hex B3 D3 CC F 0 3 11 A7 1B 4C
Octal 263 323 314 17 0 3 21 247 33 114
Binary 10110011 11010011 11001100 1111 0 11 10001 10100111 11011 1001100

Color Harmonies of #B3D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D3CC

Black with #B3D3CC

Text Example


Text Example

White with #B3D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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