Html Css Color HEX #BDCDDF Spindle

📋 copy color: '#BDCDDF'

red 189 ◦ green 205 ◦ blue 223

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

Shades of Spindle #BDCDDF

Tints of Spindle #BDCDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 30.63%
G = 33.23%
B = 36.14%

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

#BDCDDF (or 0xBDCDDF) is known color: Spindle. HEX triplet: BD, CD and DF. RGB value is (189,205,223). Sum of RGB (Red+Green+Blue) = 189+205+223=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDF is #423220. Grayscale: #CACACA. Windows color (decimal): -4338209 or 14667197. OLE color: 14667197.

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

Color convert

RGB 189 205 223 -
CMYK 0.15 0.08 0 0.13
HSL 211.76º 0.35% 0.81% -
HSV(B) 211.76º 0.15% 0.87% -
XYZ 56.14 59.81 78.4 -
YUV 202.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 189 205 223 0.15 0.08 0 0.13 211.76 0.35 0.81
Hex BD CD DF F 8 0 D D4 23 51
Octal 275 315 337 17 10 0 15 324 43 121
Binary 10111101 11001101 11011111 1111 1000 0 1101 11010100 100011 1010001

Color Harmonies of #BDCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDDF

Black with #BDCDDF

Text Example


Text Example

White with #BDCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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