Html Css Color HEX #B7CEDF Spindle

📋 copy color: '#B7CEDF'

red 183 ◦ green 206 ◦ blue 223

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

Shades of Spindle #B7CEDF

Tints of Spindle #B7CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 29.9%
G = 33.66%
B = 36.44%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7CEDF (or 0xB7CEDF) is known color: Spindle. HEX triplet: B7, CE and DF. RGB value is (183,206,223). Sum of RGB (Red+Green+Blue) = 183+206+223=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEDF is #483120. Grayscale: #C8C8C8. Windows color (decimal): -4731169 or 14667447. OLE color: 14667447.

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

Color convert

RGB 183 206 223 -
CMYK 0.18 0.08 0 0.13
HSL 205.5º 0.38% 0.8% -
HSV(B) 205.5º 0.18% 0.87% -
XYZ 54.92 59.54 78.41 -
YUV 201.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 183 206 223 0.18 0.08 0 0.13 205.5 0.38 0.8
Hex B7 CE DF 12 8 0 D CE 26 50
Octal 267 316 337 22 10 0 15 316 46 120
Binary 10110111 11001110 11011111 10010 1000 0 1101 11001110 100110 1010000

Color Harmonies of #B7CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CEDF

Black with #B7CEDF

Text Example


Text Example

White with #B7CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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