Html Css Color HEX #BCCFDA Spindle

📋 copy color: '#BCCFDA'

red 188 ◦ green 207 ◦ blue 218

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

Shades of Spindle #BCCFDA

Tints of Spindle #BCCFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 30.67%
G = 33.77%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCCFDA (or 0xBCCFDA) is known color: Spindle. HEX triplet: BC, CF and DA. RGB value is (188,207,218). Sum of RGB (Red+Green+Blue) = 188+207+218=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDA is #433025. Grayscale: #CACACA. Windows color (decimal): -4403238 or 14340028. OLE color: 14340028.

HSL color Cylindrical-coordinate representation of color #BCCFDA: hue angle of 202º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCFDA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 207 218 -
CMYK 0.14 0.05 0 0.15
HSL 202º 0.29% 0.8% -
HSV(B) 202º 0.14% 0.85% -
XYZ 55.71 60.38 75.05 -
YUV 202.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 188 207 218 0.14 0.05 0 0.15 202 0.29 0.8
Hex BC CF DA E 5 0 F CA 1D 50
Octal 274 317 332 16 5 0 17 312 35 120
Binary 10111100 11001111 11011010 1110 101 0 1111 11001010 11101 1010000

Color Harmonies of #BCCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFDA

Black with #BCCFDA

Text Example


Text Example

White with #BCCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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