Html Css Color HEX #B0CCDC Spindle

📋 copy color: '#B0CCDC'

red 176 ◦ green 204 ◦ blue 220

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

Shades of Spindle #B0CCDC

Tints of Spindle #B0CCDC

RGB

 RED value IS 176 (69.14% from 255) = 29.33%

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

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

R = 29.33%
G = 34%
B = 36.67%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CCDC (or 0xB0CCDC) is known color: Spindle. HEX triplet: B0, CC and DC. RGB value is (176,204,220). Sum of RGB (Red+Green+Blue) = 176+204+220=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCDC is #4F3323. Grayscale: #C5C5C5. Windows color (decimal): -5190436 or 14470320. OLE color: 14470320.

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

Color convert

RGB 176 204 220 -
CMYK 0.2 0.07 0 0.14
HSL 201.82º 0.39% 0.78% -
HSV(B) 201.82º 0.2% 0.86% -
XYZ 52.42 57.58 76.06 -
YUV 197.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 176 204 220 0.2 0.07 0 0.14 201.82 0.39 0.78
Hex B0 CC DC 14 7 0 E CA 27 4E
Octal 260 314 334 24 7 0 16 312 47 116
Binary 10110000 11001100 11011100 10100 111 0 1110 11001010 100111 1001110

Color Harmonies of #B0CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCDC

Black with #B0CCDC

Text Example


Text Example

White with #B0CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCDC; }

 p { color: rgb(176,204,220); }

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

background-color css

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

 a { background-color: rgb(176,204,220); }

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

border-color css

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

 span { border-color: rgb(176,204,220); }

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