Html Css Color HEX #BCCFDD Spindle

📋 copy color: '#BCCFDD'

red 188 ◦ green 207 ◦ blue 221

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

Shades of Spindle #BCCFDD

Tints of Spindle #BCCFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 30.52%
G = 33.6%
B = 35.88%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCFDD (or 0xBCCFDD) is known color: Spindle. HEX triplet: BC, CF and DD. RGB value is (188,207,221). Sum of RGB (Red+Green+Blue) = 188+207+221=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDD is #433022. Grayscale: #CACACA. Windows color (decimal): -4403235 or 14536636. OLE color: 14536636.

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

Color convert

RGB 188 207 221 -
CMYK 0.15 0.06 0 0.13
HSL 205.45º 0.33% 0.8% -
HSV(B) 205.45º 0.15% 0.87% -
XYZ 56.1 60.54 77.13 -
YUV 202.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 188 207 221 0.15 0.06 0 0.13 205.45 0.33 0.8
Hex BC CF DD F 6 0 D CD 21 50
Octal 274 317 335 17 6 0 15 315 41 120
Binary 10111100 11001111 11011101 1111 110 0 1101 11001101 100001 1010000

Color Harmonies of #BCCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFDD

Black with #BCCFDD

Text Example


Text Example

White with #BCCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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