Html Css Color HEX #BDD3C5 Nebula

📋 copy color: '#BDD3C5'

red 189 ◦ green 211 ◦ blue 197

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

Shades of Nebula #BDD3C5

Tints of Nebula #BDD3C5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.34%

 BLUE value IS 197 (77.34% from 255) = 33%

R = 31.66%
G = 35.34%
B = 33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#BDD3C5 (or 0xBDD3C5) is known color: Nebula. HEX triplet: BD, D3 and C5. RGB value is (189,211,197). Sum of RGB (Red+Green+Blue) = 189+211+197=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C5 is #422C3A. Grayscale: #CACACA. Windows color (decimal): -4336699 or 12964797. OLE color: 12964797.

HSL color Cylindrical-coordinate representation of color #BDD3C5: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 197 -
CMYK 0.10 0 0.07 0.17
HSL 141.82º 0.2% 0.78% -
HSV(B) 141.82º 0.1% 0.83% -
XYZ 54.36 61.44 61.82 -
YUV 202.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 189 211 197 0.10 0 0.07 0.17 141.82 0.2 0.78
Hex BD D3 C5 A 0 7 11 8E 14 4E
Octal 275 323 305 12 0 7 21 216 24 116
Binary 10111101 11010011 11000101 1010 0 111 10001 10001110 10100 1001110

Color Harmonies of #BDD3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3C5

Black with #BDD3C5

Text Example


Text Example

White with #BDD3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3C5; }

 p { color: rgb(189,211,197); }

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

background-color css

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

 a { background-color: rgb(189,211,197); }

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

border-color css

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

 span { border-color: rgb(189,211,197); }

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