Html Css Color HEX #BCCEDD Spindle

📋 copy color: '#BCCEDD'

red 188 ◦ green 206 ◦ blue 221

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

Shades of Spindle #BCCEDD

Tints of Spindle #BCCEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 30.57%
G = 33.5%
B = 35.93%

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

#BCCEDD (or 0xBCCEDD) is known color: Spindle. HEX triplet: BC, CE and DD. RGB value is (188,206,221). Sum of RGB (Red+Green+Blue) = 188+206+221=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDD is #433122. Grayscale: #CACACA. Windows color (decimal): -4403491 or 14536380. OLE color: 14536380.

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

Color convert

RGB 188 206 221 -
CMYK 0.15 0.07 0 0.13
HSL 207.27º 0.33% 0.8% -
HSV(B) 207.27º 0.15% 0.87% -
XYZ 55.86 60.05 77.05 -
YUV 202.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 188 206 221 0.15 0.07 0 0.13 207.27 0.33 0.8
Hex BC CE DD F 7 0 D CF 21 50
Octal 274 316 335 17 7 0 15 317 41 120
Binary 10111100 11001110 11011101 1111 111 0 1101 11001111 100001 1010000

Color Harmonies of #BCCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEDD

Black with #BCCEDD

Text Example


Text Example

White with #BCCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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