Html Css Color HEX #BCC8DA Spindle

📋 copy color: '#BCC8DA'

red 188 ◦ green 200 ◦ blue 218

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

Shades of Spindle #BCC8DA

Tints of Spindle #BCC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33%

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

R = 31.02%
G = 33%
B = 35.97%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC8DA (or 0xBCC8DA) is known color: Spindle. HEX triplet: BC, C8 and DA. RGB value is (188,200,218). Sum of RGB (Red+Green+Blue) = 188+200+218=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8DA is #433725. Grayscale: #C6C6C6. Windows color (decimal): -4405030 or 14338236. OLE color: 14338236.

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

Color convert

RGB 188 200 218 -
CMYK 0.14 0.08 0 0.15
HSL 216º 0.29% 0.8% -
HSV(B) 216º 0.14% 0.85% -
XYZ 54.05 57.06 74.5 -
YUV 198.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 188 200 218 0.14 0.08 0 0.15 216 0.29 0.8
Hex BC C8 DA E 8 0 F D8 1D 50
Octal 274 310 332 16 10 0 17 330 35 120
Binary 10111100 11001000 11011010 1110 1000 0 1111 11011000 11101 1010000

Color Harmonies of #BCC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8DA

Black with #BCC8DA

Text Example


Text Example

White with #BCC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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