Html Css Color HEX #BCCFE1 Spindle

📋 copy color: '#BCCFE1'

red 188 ◦ green 207 ◦ blue 225

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

Shades of Spindle #BCCFE1

Tints of Spindle #BCCFE1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.39%

 BLUE value IS 225 (88.28% from 255) = 36.29%

R = 30.32%
G = 33.39%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCCFE1 (or 0xBCCFE1) is known color: Spindle. HEX triplet: BC, CF and E1. RGB value is (188,207,225). Sum of RGB (Red+Green+Blue) = 188+207+225=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE1 is #43301E. Grayscale: #CBCBCB. Windows color (decimal): -4403231 or 14798780. OLE color: 14798780.

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

Color convert

RGB 188 207 225 -
CMYK 0.16 0.08 0 0.12
HSL 209.19º 0.38% 0.81% -
HSV(B) 209.19º 0.16% 0.88% -
XYZ 56.64 60.75 79.98 -
YUV 203.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 188 207 225 0.16 0.08 0 0.12 209.19 0.38 0.81
Hex BC CF E1 10 8 0 C D1 26 51
Octal 274 317 341 20 10 0 14 321 46 121
Binary 10111100 11001111 11100001 10000 1000 0 1100 11010001 100110 1010001

Color Harmonies of #BCCFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFE1

Black with #BCCFE1

Text Example


Text Example

White with #BCCFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFE1; }

 p { color: rgb(188,207,225); }

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

background-color css

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

 a { background-color: rgb(188,207,225); }

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

border-color css

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

 span { border-color: rgb(188,207,225); }

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