Html Css Color HEX #BDCEE1 Spindle

📋 copy color: '#BDCEE1'

red 189 ◦ green 206 ◦ blue 225

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

Shades of Spindle #BDCEE1

Tints of Spindle #BDCEE1

RGB

 RED value IS 189 (74.22% from 255) = 30.48%

 GREEN value IS 206 (80.86% from 255) = 33.23%

 BLUE value IS 225 (88.28% from 255) = 36.29%

R = 30.48%
G = 33.23%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDCEE1 (or 0xBDCEE1) is known color: Spindle. HEX triplet: BD, CE and E1. RGB value is (189,206,225). Sum of RGB (Red+Green+Blue) = 189+206+225=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEE1 is #42311E. Grayscale: #CACACA. Windows color (decimal): -4337951 or 14798525. OLE color: 14798525.

HSL color Cylindrical-coordinate representation of color #BDCEE1: hue angle of 211.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCEE1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 206 225 -
CMYK 0.16 0.08 0 0.12
HSL 211.67º 0.38% 0.81% -
HSV(B) 211.67º 0.16% 0.88% -
XYZ 56.65 60.4 79.91 -
YUV 203.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 189 206 225 0.16 0.08 0 0.12 211.67 0.38 0.81
Hex BD CE E1 10 8 0 C D4 26 51
Octal 275 316 341 20 10 0 14 324 46 121
Binary 10111101 11001110 11100001 10000 1000 0 1100 11010100 100110 1010001

Color Harmonies of #BDCEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEE1

Black with #BDCEE1

Text Example


Text Example

White with #BDCEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEE1; }

 p { color: rgb(189,206,225); }

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

background-color css

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

 a { background-color: rgb(189,206,225); }

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

border-color css

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

 span { border-color: rgb(189,206,225); }

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