Html Css Color HEX #BCCBD4 Spindle

📋 copy color: '#BCCBD4'

red 188 ◦ green 203 ◦ blue 212

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

Shades of Spindle #BCCBD4

Tints of Spindle #BCCBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 31.18%
G = 33.67%
B = 35.16%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCCBD4 (or 0xBCCBD4) is known color: Spindle. HEX triplet: BC, CB and D4. RGB value is (188,203,212). Sum of RGB (Red+Green+Blue) = 188+203+212=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBD4 is #43342B. Grayscale: #C7C7C7. Windows color (decimal): -4404268 or 13945788. OLE color: 13945788.

HSL color Cylindrical-coordinate representation of color #BCCBD4: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCBD4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 203 212 -
CMYK 0.11 0.04 0 0.17
HSL 202.5º 0.22% 0.78% -
HSV(B) 202.5º 0.11% 0.83% -
XYZ 53.98 58.16 70.67 -
YUV 199.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 188 203 212 0.11 0.04 0 0.17 202.5 0.22 0.78
Hex BC CB D4 B 4 0 11 CA 16 4E
Octal 274 313 324 13 4 0 21 312 26 116
Binary 10111100 11001011 11010100 1011 100 0 10001 11001010 10110 1001110

Color Harmonies of #BCCBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBD4

Black with #BCCBD4

Text Example


Text Example

White with #BCCBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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