Html Css Color HEX #B8CEDF Spindle

📋 copy color: '#B8CEDF'

red 184 ◦ green 206 ◦ blue 223

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

Shades of Spindle #B8CEDF

Tints of Spindle #B8CEDF

RGB

 RED value IS 184 (72.27% from 255) = 30.02%

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

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

R = 30.02%
G = 33.61%
B = 36.38%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8CEDF (or 0xB8CEDF) is known color: Spindle. HEX triplet: B8, CE and DF. RGB value is (184,206,223). Sum of RGB (Red+Green+Blue) = 184+206+223=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEDF is #473120. Grayscale: #C9C9C9. Windows color (decimal): -4665633 or 14667448. OLE color: 14667448.

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

Color convert

RGB 184 206 223 -
CMYK 0.17 0.08 0 0.13
HSL 206.15º 0.38% 0.8% -
HSV(B) 206.15º 0.17% 0.87% -
XYZ 55.16 59.66 78.42 -
YUV 201.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 184 206 223 0.17 0.08 0 0.13 206.15 0.38 0.8
Hex B8 CE DF 11 8 0 D CE 26 50
Octal 270 316 337 21 10 0 15 316 46 120
Binary 10111000 11001110 11011111 10001 1000 0 1101 11001110 100110 1010000

Color Harmonies of #B8CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CEDF

Black with #B8CEDF

Text Example


Text Example

White with #B8CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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