Html Css Color HEX #BDCDDE Spindle

📋 copy color: '#BDCDDE'

red 189 ◦ green 205 ◦ blue 222

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

Shades of Spindle #BDCDDE

Tints of Spindle #BDCDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.28%

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 30.68%
G = 33.28%
B = 36.04%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCDDE (or 0xBDCDDE) is known color: Spindle. HEX triplet: BD, CD and DE. RGB value is (189,205,222). Sum of RGB (Red+Green+Blue) = 189+205+222=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDE is #423221. Grayscale: #CACACA. Windows color (decimal): -4338210 or 14601661. OLE color: 14601661.

HSL color Cylindrical-coordinate representation of color #BDCDDE: hue angle of 210.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCDDE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 205 222 -
CMYK 0.15 0.08 0 0.13
HSL 210.91º 0.33% 0.81% -
HSV(B) 210.91º 0.15% 0.87% -
XYZ 56 59.76 77.69 -
YUV 202.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 189 205 222 0.15 0.08 0 0.13 210.91 0.33 0.81
Hex BD CD DE F 8 0 D D3 21 51
Octal 275 315 336 17 10 0 15 323 41 121
Binary 10111101 11001101 11011110 1111 1000 0 1101 11010011 100001 1010001

Color Harmonies of #BDCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDDE

Black with #BDCDDE

Text Example


Text Example

White with #BDCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDDE; }

 p { color: rgb(189,205,222); }

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

background-color css

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

 a { background-color: rgb(189,205,222); }

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

border-color css

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

 span { border-color: rgb(189,205,222); }

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