Html Css Color HEX #BCCBDA Spindle

📋 copy color: '#BCCBDA'

red 188 ◦ green 203 ◦ blue 218

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

Shades of Spindle #BCCBDA

Tints of Spindle #BCCBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.33%

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

R = 30.87%
G = 33.33%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCCBDA (or 0xBCCBDA) is known color: Spindle. HEX triplet: BC, CB and DA. RGB value is (188,203,218). Sum of RGB (Red+Green+Blue) = 188+203+218=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBDA is #433425. Grayscale: #C8C8C8. Windows color (decimal): -4404262 or 14339004. OLE color: 14339004.

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

Color convert

RGB 188 203 218 -
CMYK 0.14 0.07 0 0.15
HSL 210º 0.29% 0.8% -
HSV(B) 210º 0.14% 0.85% -
XYZ 54.75 58.47 74.73 -
YUV 200.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 188 203 218 0.14 0.07 0 0.15 210 0.29 0.8
Hex BC CB DA E 7 0 F D2 1D 50
Octal 274 313 332 16 7 0 17 322 35 120
Binary 10111100 11001011 11011010 1110 111 0 1111 11010010 11101 1010000

Color Harmonies of #BCCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBDA

Black with #BCCBDA

Text Example


Text Example

White with #BCCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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