Html Css Color HEX #B3CDDC Spindle

📋 copy color: '#B3CDDC'

red 179 ◦ green 205 ◦ blue 220

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

Shades of Spindle #B3CDDC

Tints of Spindle #B3CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.94%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 29.64%
G = 33.94%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3CDDC (or 0xB3CDDC) is known color: Spindle. HEX triplet: B3, CD and DC. RGB value is (179,205,220). Sum of RGB (Red+Green+Blue) = 179+205+220=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDDC is #4C3223. Grayscale: #C6C6C6. Windows color (decimal): -4993572 or 14470579. OLE color: 14470579.

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

Color convert

RGB 179 205 220 -
CMYK 0.19 0.07 0 0.14
HSL 201.95º 0.37% 0.78% -
HSV(B) 201.95º 0.19% 0.86% -
XYZ 53.34 58.41 76.17 -
YUV 198.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 179 205 220 0.19 0.07 0 0.14 201.95 0.37 0.78
Hex B3 CD DC 13 7 0 E CA 25 4E
Octal 263 315 334 23 7 0 16 312 45 116
Binary 10110011 11001101 11011100 10011 111 0 1110 11001010 100101 1001110

Color Harmonies of #B3CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDDC

Black with #B3CDDC

Text Example


Text Example

White with #B3CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDDC; }

 p { color: rgb(179,205,220); }

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

background-color css

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

 a { background-color: rgb(179,205,220); }

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

border-color css

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

 span { border-color: rgb(179,205,220); }

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