Html Css Color HEX #B2CDDD Spindle

📋 copy color: '#B2CDDD'

red 178 ◦ green 205 ◦ blue 221

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

Shades of Spindle #B2CDDD

Tints of Spindle #B2CDDD

RGB

 RED value IS 178 (69.92% from 255) = 29.47%

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

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

R = 29.47%
G = 33.94%
B = 36.59%

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

#B2CDDD (or 0xB2CDDD) is known color: Spindle. HEX triplet: B2, CD and DD. RGB value is (178,205,221). Sum of RGB (Red+Green+Blue) = 178+205+221=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDDD is #4D3222. Grayscale: #C6C6C6. Windows color (decimal): -5059107 or 14536114. OLE color: 14536114.

HSL color Cylindrical-coordinate representation of color #B2CDDD: hue angle of 202.33º degrees, saturation: 0.39, 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 #B2CDDD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 205 221 -
CMYK 0.19 0.07 0 0.13
HSL 202.33º 0.39% 0.78% -
HSV(B) 202.33º 0.19% 0.87% -
XYZ 53.24 58.35 76.86 -
YUV 198.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 178 205 221 0.19 0.07 0 0.13 202.33 0.39 0.78
Hex B2 CD DD 13 7 0 D CA 27 4E
Octal 262 315 335 23 7 0 15 312 47 116
Binary 10110010 11001101 11011101 10011 111 0 1101 11001010 100111 1001110

Color Harmonies of #B2CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDDD

Black with #B2CDDD

Text Example


Text Example

White with #B2CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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