Html Css Color HEX #BCCEDF Spindle

📋 copy color: '#BCCEDF'

red 188 ◦ green 206 ◦ blue 223

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

Shades of Spindle #BCCEDF

Tints of Spindle #BCCEDF

RGB

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

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

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

R = 30.47%
G = 33.39%
B = 36.14%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCEDF (or 0xBCCEDF) is known color: Spindle. HEX triplet: BC, CE and DF. RGB value is (188,206,223). Sum of RGB (Red+Green+Blue) = 188+206+223=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDF is #433120. Grayscale: #CACACA. Windows color (decimal): -4403489 or 14667452. OLE color: 14667452.

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

Color convert

RGB 188 206 223 -
CMYK 0.16 0.08 0 0.13
HSL 209.14º 0.35% 0.81% -
HSV(B) 209.14º 0.16% 0.87% -
XYZ 56.13 60.16 78.47 -
YUV 202.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 188 206 223 0.16 0.08 0 0.13 209.14 0.35 0.81
Hex BC CE DF 10 8 0 D D1 23 51
Octal 274 316 337 20 10 0 15 321 43 121
Binary 10111100 11001110 11011111 10000 1000 0 1101 11010001 100011 1010001

Color Harmonies of #BCCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEDF

Black with #BCCEDF

Text Example


Text Example

White with #BCCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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