Html Css Color HEX #B6CDE0 Spindle

📋 copy color: '#B6CDE0'

red 182 ◦ green 205 ◦ blue 224

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

Shades of Spindle #B6CDE0

Tints of Spindle #B6CDE0

RGB

 RED value IS 182 (71.48% from 255) = 29.79%

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

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 29.79%
G = 33.55%
B = 36.66%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B6CDE0 (or 0xB6CDE0) is known color: Spindle. HEX triplet: B6, CD and E0. RGB value is (182,205,224). Sum of RGB (Red+Green+Blue) = 182+205+224=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #B6CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDE0 is #49321F. Grayscale: #C8C8C8. Windows color (decimal): -4796960 or 14732726. OLE color: 14732726.

HSL color Cylindrical-coordinate representation of color #B6CDE0: hue angle of 207.14º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6CDE0 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 205 224 -
CMYK 0.19 0.08 0 0.12
HSL 207.14º 0.4% 0.8% -
HSV(B) 207.14º 0.19% 0.88% -
XYZ 54.58 58.99 79.03 -
YUV 200.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 182 205 224 0.19 0.08 0 0.12 207.14 0.4 0.8
Hex B6 CD E0 13 8 0 C CF 28 50
Octal 266 315 340 23 10 0 14 317 50 120
Binary 10110110 11001101 11100000 10011 1000 0 1100 11001111 101000 1010000

Color Harmonies of #B6CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDE0

Black with #B6CDE0

Text Example


Text Example

White with #B6CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDE0; }

 p { color: rgb(182,205,224); }

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

background-color css

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

 a { background-color: rgb(182,205,224); }

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

border-color css

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

 span { border-color: rgb(182,205,224); }

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