Html Css Color HEX #B7CEDC Spindle

📋 copy color: '#B7CEDC'

red 183 ◦ green 206 ◦ blue 220

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

Shades of Spindle #B7CEDC

Tints of Spindle #B7CEDC

RGB

 RED value IS 183 (71.88% from 255) = 30.05%

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 30.05%
G = 33.83%
B = 36.12%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7CEDC (or 0xB7CEDC) is known color: Spindle. HEX triplet: B7, CE and DC. RGB value is (183,206,220). Sum of RGB (Red+Green+Blue) = 183+206+220=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEDC is #483123. Grayscale: #C8C8C8. Windows color (decimal): -4731172 or 14470839. OLE color: 14470839.

HSL color Cylindrical-coordinate representation of color #B7CEDC: hue angle of 202.7º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CEDC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 206 220 -
CMYK 0.17 0.06 0 0.14
HSL 202.7º 0.35% 0.79% -
HSV(B) 202.7º 0.17% 0.86% -
XYZ 54.52 59.38 76.3 -
YUV 200.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 183 206 220 0.17 0.06 0 0.14 202.7 0.35 0.79
Hex B7 CE DC 11 6 0 E CB 23 4F
Octal 267 316 334 21 6 0 16 313 43 117
Binary 10110111 11001110 11011100 10001 110 0 1110 11001011 100011 1001111

Color Harmonies of #B7CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CEDC

Black with #B7CEDC

Text Example


Text Example

White with #B7CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CEDC; }

 p { color: rgb(183,206,220); }

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

background-color css

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

 a { background-color: rgb(183,206,220); }

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

border-color css

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

 span { border-color: rgb(183,206,220); }

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