Html Css Color HEX #B5CCD8 Spindle

📋 copy color: '#B5CCD8'

red 181 ◦ green 204 ◦ blue 216

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

Shades of Spindle #B5CCD8

Tints of Spindle #B5CCD8

RGB

 RED value IS 181 (71.09% from 255) = 30.12%

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

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 30.12%
G = 33.94%
B = 35.94%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B5CCD8 (or 0xB5CCD8) is known color: Spindle. HEX triplet: B5, CC and D8. RGB value is (181,204,216). Sum of RGB (Red+Green+Blue) = 181+204+216=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCD8 is #4A3327. Grayscale: #C6C6C6. Windows color (decimal): -4862760 or 14208181. OLE color: 14208181.

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

Color convert

RGB 181 204 216 -
CMYK 0.16 0.06 0 0.15
HSL 200.57º 0.31% 0.78% -
HSV(B) 200.57º 0.16% 0.85% -
XYZ 53.04 57.97 73.36 -
YUV 198.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 181 204 216 0.16 0.06 0 0.15 200.57 0.31 0.78
Hex B5 CC D8 10 6 0 F C9 1F 4E
Octal 265 314 330 20 6 0 17 311 37 116
Binary 10110101 11001100 11011000 10000 110 0 1111 11001001 11111 1001110

Color Harmonies of #B5CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCD8

Black with #B5CCD8

Text Example


Text Example

White with #B5CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCD8; }

 p { color: rgb(181,204,216); }

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

background-color css

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

 a { background-color: rgb(181,204,216); }

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

border-color css

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

 span { border-color: rgb(181,204,216); }

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