Html Css Color HEX #BDCAC3 Nebula

📋 copy color: '#BDCAC3'

red 189 ◦ green 202 ◦ blue 195

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

Shades of Nebula #BDCAC3

Tints of Nebula #BDCAC3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.47%

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 32.25%
G = 34.47%
B = 33.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#BDCAC3 (or 0xBDCAC3) is known color: Nebula. HEX triplet: BD, CA and C3. RGB value is (189,202,195). Sum of RGB (Red+Green+Blue) = 189+202+195=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC3 is #42353C. Grayscale: #C5C5C5. Windows color (decimal): -4339005 or 12831421. OLE color: 12831421.

HSL color Cylindrical-coordinate representation of color #BDCAC3: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCAC3 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 195 -
CMYK 0.06 0 0.03 0.21
HSL 147.69º 0.11% 0.77% -
HSV(B) 147.69º 0.06% 0.79% -
XYZ 51.96 57 59.89 -
YUV 197.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 189 202 195 0.06 0 0.03 0.21 147.69 0.11 0.77
Hex BD CA C3 6 0 3 15 94 B 4D
Octal 275 312 303 6 0 3 25 224 13 115
Binary 10111101 11001010 11000011 110 0 11 10101 10010100 1011 1001101

Color Harmonies of #BDCAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAC3

Black with #BDCAC3

Text Example


Text Example

White with #BDCAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAC3; }

 p { color: rgb(189,202,195); }

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

background-color css

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

 a { background-color: rgb(189,202,195); }

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

border-color css

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

 span { border-color: rgb(189,202,195); }

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