Html Css Color HEX #BDB4CF Moon Raker

📋 copy color: '#BDB4CF'

red 189 ◦ green 180 ◦ blue 207

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

Shades of Moon Raker #BDB4CF

Tints of Moon Raker #BDB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 32.81%
G = 31.25%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDB4CF (or 0xBDB4CF) is known color: Moon Raker. HEX triplet: BD, B4 and CF. RGB value is (189,180,207). Sum of RGB (Red+Green+Blue) = 189+180+207=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4CF is #424B30. Grayscale: #B9B9B9. Windows color (decimal): -4344625 or 13612221. OLE color: 13612221.

HSL color Cylindrical-coordinate representation of color #BDB4CF: hue angle of 260º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB4CF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 180 207 -
CMYK 0.09 0.13 0 0.19
HSL 260º 0.22% 0.76% -
HSV(B) 260º 0.13% 0.81% -
XYZ 48.57 47.97 65.73 -
YUV 185.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 189 180 207 0.09 0.13 0 0.19 260 0.22 0.76
Hex BD B4 CF 9 D 0 13 104 16 4C
Octal 275 264 317 11 15 0 23 404 26 114
Binary 10111101 10110100 11001111 1001 1101 0 10011 100000100 10110 1001100

Color Harmonies of #BDB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4CF

Black with #BDB4CF

Text Example


Text Example

White with #BDB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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