Html Css Color HEX #B8CEDE Spindle

📋 copy color: '#B8CEDE'

red 184 ◦ green 206 ◦ blue 222

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

Shades of Spindle #B8CEDE

Tints of Spindle #B8CEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 30.07%
G = 33.66%
B = 36.27%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8CEDE (or 0xB8CEDE) is known color: Spindle. HEX triplet: B8, CE and DE. RGB value is (184,206,222). Sum of RGB (Red+Green+Blue) = 184+206+222=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEDE is #473121. Grayscale: #C9C9C9. Windows color (decimal): -4665634 or 14601912. OLE color: 14601912.

HSL color Cylindrical-coordinate representation of color #B8CEDE: hue angle of 205.26º degrees, saturation: 0.37, 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 #B8CEDE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 206 222 -
CMYK 0.17 0.07 0 0.13
HSL 205.26º 0.37% 0.8% -
HSV(B) 205.26º 0.17% 0.87% -
XYZ 55.02 59.61 77.71 -
YUV 201.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 184 206 222 0.17 0.07 0 0.13 205.26 0.37 0.8
Hex B8 CE DE 11 7 0 D CD 25 50
Octal 270 316 336 21 7 0 15 315 45 120
Binary 10111000 11001110 11011110 10001 111 0 1101 11001101 100101 1010000

Color Harmonies of #B8CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CEDE

Black with #B8CEDE

Text Example


Text Example

White with #B8CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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