Html Css Color HEX #B3CDDD Spindle

📋 copy color: '#B3CDDD'

red 179 ◦ green 205 ◦ blue 221

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

Shades of Spindle #B3CDDD

Tints of Spindle #B3CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 29.59%
G = 33.88%
B = 36.53%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3CDDD (or 0xB3CDDD) is known color: Spindle. HEX triplet: B3, CD and DD. RGB value is (179,205,221). Sum of RGB (Red+Green+Blue) = 179+205+221=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDDD is #4C3222. Grayscale: #C6C6C6. Windows color (decimal): -4993571 or 14536115. OLE color: 14536115.

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

Color convert

RGB 179 205 221 -
CMYK 0.19 0.07 0 0.13
HSL 202.86º 0.38% 0.78% -
HSV(B) 202.86º 0.19% 0.87% -
XYZ 53.47 58.47 76.87 -
YUV 199.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 179 205 221 0.19 0.07 0 0.13 202.86 0.38 0.78
Hex B3 CD DD 13 7 0 D CB 26 4E
Octal 263 315 335 23 7 0 15 313 46 116
Binary 10110011 11001101 11011101 10011 111 0 1101 11001011 100110 1001110

Color Harmonies of #B3CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDDD

Black with #B3CDDD

Text Example


Text Example

White with #B3CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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