Html Css Color HEX #B2CBDD Spindle

📋 copy color: '#B2CBDD'

red 178 ◦ green 203 ◦ blue 221

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

Shades of Spindle #B2CBDD

Tints of Spindle #B2CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

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

R = 29.57%
G = 33.72%
B = 36.71%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2CBDD (or 0xB2CBDD) is known color: Spindle. HEX triplet: B2, CB and DD. RGB value is (178,203,221). Sum of RGB (Red+Green+Blue) = 178+203+221=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDD is #4D3422. Grayscale: #C5C5C5. Windows color (decimal): -5059619 or 14535602. OLE color: 14535602.

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

Color convert

RGB 178 203 221 -
CMYK 0.19 0.08 0 0.13
HSL 205.12º 0.39% 0.78% -
HSV(B) 205.12º 0.19% 0.87% -
XYZ 52.77 57.4 76.7 -
YUV 197.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 178 203 221 0.19 0.08 0 0.13 205.12 0.39 0.78
Hex B2 CB DD 13 8 0 D CD 27 4E
Octal 262 313 335 23 10 0 15 315 47 116
Binary 10110010 11001011 11011101 10011 1000 0 1101 11001101 100111 1001110

Color Harmonies of #B2CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBDD

Black with #B2CBDD

Text Example


Text Example

White with #B2CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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