Html Css Color HEX #BCCEDE Spindle

📋 copy color: '#BCCEDE'

red 188 ◦ green 206 ◦ blue 222

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

Shades of Spindle #BCCEDE

Tints of Spindle #BCCEDE

RGB

 RED value IS 188 (73.83% from 255) = 30.52%

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

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

R = 30.52%
G = 33.44%
B = 36.04%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCEDE (or 0xBCCEDE) is known color: Spindle. HEX triplet: BC, CE and DE. RGB value is (188,206,222). Sum of RGB (Red+Green+Blue) = 188+206+222=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDE is #433121. Grayscale: #CACACA. Windows color (decimal): -4403490 or 14601916. OLE color: 14601916.

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

Color convert

RGB 188 206 222 -
CMYK 0.15 0.07 0 0.13
HSL 208.24º 0.34% 0.8% -
HSV(B) 208.24º 0.15% 0.87% -
XYZ 56 60.11 77.76 -
YUV 202.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 188 206 222 0.15 0.07 0 0.13 208.24 0.34 0.8
Hex BC CE DE F 7 0 D D0 22 50
Octal 274 316 336 17 7 0 15 320 42 120
Binary 10111100 11001110 11011110 1111 111 0 1101 11010000 100010 1010000

Color Harmonies of #BCCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEDE

Black with #BCCEDE

Text Example


Text Example

White with #BCCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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