Html Css Color HEX #BCCFDE Spindle

📋 copy color: '#BCCFDE'

red 188 ◦ green 207 ◦ blue 222

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

Shades of Spindle #BCCFDE

Tints of Spindle #BCCFDE

RGB

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

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

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

R = 30.47%
G = 33.55%
B = 35.98%

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

#BCCFDE (or 0xBCCFDE) is known color: Spindle. HEX triplet: BC, CF and DE. RGB value is (188,207,222). Sum of RGB (Red+Green+Blue) = 188+207+222=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDE is #433021. Grayscale: #CACACA. Windows color (decimal): -4403234 or 14602172. OLE color: 14602172.

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

Color convert

RGB 188 207 222 -
CMYK 0.15 0.07 0 0.13
HSL 206.47º 0.34% 0.8% -
HSV(B) 206.47º 0.15% 0.87% -
XYZ 56.24 60.59 77.84 -
YUV 203.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 188 207 222 0.15 0.07 0 0.13 206.47 0.34 0.8
Hex BC CF DE F 7 0 D CE 22 50
Octal 274 317 336 17 7 0 15 316 42 120
Binary 10111100 11001111 11011110 1111 111 0 1101 11001110 100010 1010000

Color Harmonies of #BCCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFDE

Black with #BCCFDE

Text Example


Text Example

White with #BCCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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