Html Css Color HEX #BCCFE0 Spindle

📋 copy color: '#BCCFE0'

red 188 ◦ green 207 ◦ blue 224

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

Shades of Spindle #BCCFE0

Tints of Spindle #BCCFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 30.37%
G = 33.44%
B = 36.19%

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

#BCCFE0 (or 0xBCCFE0) is known color: Spindle. HEX triplet: BC, CF and E0. RGB value is (188,207,224). Sum of RGB (Red+Green+Blue) = 188+207+224=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFE0 is #43301F. Grayscale: #CBCBCB. Windows color (decimal): -4403232 or 14733244. OLE color: 14733244.

HSL color Cylindrical-coordinate representation of color #BCCFE0: hue angle of 208.33º degrees, saturation: 0.37, 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 #BCCFE0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 207 224 -
CMYK 0.16 0.08 0 0.12
HSL 208.33º 0.37% 0.81% -
HSV(B) 208.33º 0.16% 0.88% -
XYZ 56.51 60.7 79.26 -
YUV 203.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 188 207 224 0.16 0.08 0 0.12 208.33 0.37 0.81
Hex BC CF E0 10 8 0 C D0 25 51
Octal 274 317 340 20 10 0 14 320 45 121
Binary 10111100 11001111 11100000 10000 1000 0 1100 11010000 100101 1010001

Color Harmonies of #BCCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFE0

Black with #BCCFE0

Text Example


Text Example

White with #BCCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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