Html Css Color HEX #BDCFDE Spindle

📋 copy color: '#BDCFDE'

red 189 ◦ green 207 ◦ blue 222

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

Shades of Spindle #BDCFDE

Tints of Spindle #BDCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.5%

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

R = 30.58%
G = 33.5%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCFDE (or 0xBDCFDE) is known color: Spindle. HEX triplet: BD, CF and DE. RGB value is (189,207,222). Sum of RGB (Red+Green+Blue) = 189+207+222=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDE is #423021. Grayscale: #CBCBCB. Windows color (decimal): -4337698 or 14602173. OLE color: 14602173.

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

Color convert

RGB 189 207 222 -
CMYK 0.15 0.07 0 0.13
HSL 207.27º 0.33% 0.81% -
HSV(B) 207.27º 0.15% 0.87% -
XYZ 56.48 60.72 77.85 -
YUV 203.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 189 207 222 0.15 0.07 0 0.13 207.27 0.33 0.81
Hex BD CF DE F 7 0 D CF 21 51
Octal 275 317 336 17 7 0 15 317 41 121
Binary 10111101 11001111 11011110 1111 111 0 1101 11001111 100001 1010001

Color Harmonies of #BDCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFDE

Black with #BDCFDE

Text Example


Text Example

White with #BDCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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