Html Css Color HEX #BCCFDF Spindle

📋 copy color: '#BCCFDF'

red 188 ◦ green 207 ◦ blue 223

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

Shades of Spindle #BCCFDF

Tints of Spindle #BCCFDF

RGB

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

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

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

R = 30.42%
G = 33.5%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCFDF (or 0xBCCFDF) is known color: Spindle. HEX triplet: BC, CF and DF. RGB value is (188,207,223). Sum of RGB (Red+Green+Blue) = 188+207+223=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDF is #433020. Grayscale: #CBCBCB. Windows color (decimal): -4403233 or 14667708. OLE color: 14667708.

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

Color convert

RGB 188 207 223 -
CMYK 0.16 0.07 0 0.13
HSL 207.43º 0.35% 0.81% -
HSV(B) 207.43º 0.16% 0.87% -
XYZ 56.37 60.64 78.55 -
YUV 203.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 188 207 223 0.16 0.07 0 0.13 207.43 0.35 0.81
Hex BC CF DF 10 7 0 D CF 23 51
Octal 274 317 337 20 7 0 15 317 43 121
Binary 10111100 11001111 11011111 10000 111 0 1101 11001111 100011 1010001

Color Harmonies of #BCCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFDF

Black with #BCCFDF

Text Example


Text Example

White with #BCCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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