Html Css Color HEX #B5CEDD Spindle

📋 copy color: '#B5CEDD'

red 181 ◦ green 206 ◦ blue 221

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

Shades of Spindle #B5CEDD

Tints of Spindle #B5CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

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

R = 29.77%
G = 33.88%
B = 36.35%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5CEDD (or 0xB5CEDD) is known color: Spindle. HEX triplet: B5, CE and DD. RGB value is (181,206,221). Sum of RGB (Red+Green+Blue) = 181+206+221=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEDD is #4A3122. Grayscale: #C8C8C8. Windows color (decimal): -4862243 or 14536373. OLE color: 14536373.

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

Color convert

RGB 181 206 221 -
CMYK 0.18 0.07 0 0.13
HSL 202.5º 0.37% 0.79% -
HSV(B) 202.5º 0.18% 0.87% -
XYZ 54.18 59.19 76.98 -
YUV 200.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 181 206 221 0.18 0.07 0 0.13 202.5 0.37 0.79
Hex B5 CE DD 12 7 0 D CA 25 4F
Octal 265 316 335 22 7 0 15 312 45 117
Binary 10110101 11001110 11011101 10010 111 0 1101 11001010 100101 1001111

Color Harmonies of #B5CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEDD

Black with #B5CEDD

Text Example


Text Example

White with #B5CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEDD; }

 p { color: rgb(181,206,221); }

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

background-color css

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

 a { background-color: rgb(181,206,221); }

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

border-color css

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

 span { border-color: rgb(181,206,221); }

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