Html Css Color HEX #B2CBDA Spindle

📋 copy color: '#B2CBDA'

red 178 ◦ green 203 ◦ blue 218

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

Shades of Spindle #B2CBDA

Tints of Spindle #B2CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 29.72%
G = 33.89%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2CBDA (or 0xB2CBDA) is known color: Spindle. HEX triplet: B2, CB and DA. RGB value is (178,203,218). Sum of RGB (Red+Green+Blue) = 178+203+218=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDA is #4D3425. Grayscale: #C5C5C5. Windows color (decimal): -5059622 or 14338994. OLE color: 14338994.

HSL color Cylindrical-coordinate representation of color #B2CBDA: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2CBDA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 203 218 -
CMYK 0.18 0.07 0 0.15
HSL 202.5º 0.35% 0.78% -
HSV(B) 202.5º 0.18% 0.85% -
XYZ 52.37 57.24 74.62 -
YUV 197.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 178 203 218 0.18 0.07 0 0.15 202.5 0.35 0.78
Hex B2 CB DA 12 7 0 F CA 23 4E
Octal 262 313 332 22 7 0 17 312 43 116
Binary 10110010 11001011 11011010 10010 111 0 1111 11001010 100011 1001110

Color Harmonies of #B2CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBDA

Black with #B2CBDA

Text Example


Text Example

White with #B2CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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