Html Css Color HEX #B3CCDB Spindle

📋 copy color: '#B3CCDB'

red 179 ◦ green 204 ◦ blue 219

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

Shades of Spindle #B3CCDB

Tints of Spindle #B3CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 29.73%
G = 33.89%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3CCDB (or 0xB3CCDB) is known color: Spindle. HEX triplet: B3, CC and DB. RGB value is (179,204,219). Sum of RGB (Red+Green+Blue) = 179+204+219=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCDB is #4C3324. Grayscale: #C6C6C6. Windows color (decimal): -4993829 or 14404787. OLE color: 14404787.

HSL color Cylindrical-coordinate representation of color #B3CCDB: hue angle of 202.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3CCDB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 204 219 -
CMYK 0.18 0.07 0 0.14
HSL 202.5º 0.36% 0.78% -
HSV(B) 202.5º 0.18% 0.86% -
XYZ 52.97 57.88 75.4 -
YUV 198.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 179 204 219 0.18 0.07 0 0.14 202.5 0.36 0.78
Hex B3 CC DB 12 7 0 E CA 24 4E
Octal 263 314 333 22 7 0 16 312 44 116
Binary 10110011 11001100 11011011 10010 111 0 1110 11001010 100100 1001110

Color Harmonies of #B3CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CCDB

Black with #B3CCDB

Text Example


Text Example

White with #B3CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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