Html Css Color HEX #BDCAC1 Nebula

📋 copy color: '#BDCAC1'

red 189 ◦ green 202 ◦ blue 193

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

Shades of Nebula #BDCAC1

Tints of Nebula #BDCAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 32.36%
G = 34.59%
B = 33.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#BDCAC1 (or 0xBDCAC1) is known color: Nebula. HEX triplet: BD, CA and C1. RGB value is (189,202,193). Sum of RGB (Red+Green+Blue) = 189+202+193=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC1 is #42353E. Grayscale: #C5C5C5. Windows color (decimal): -4339007 or 12700349. OLE color: 12700349.

HSL color Cylindrical-coordinate representation of color #BDCAC1: hue angle of 138.46º 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 #BDCAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 193 -
CMYK 0.06 0 0.04 0.21
HSL 138.46º 0.11% 0.77% -
HSV(B) 138.46º 0.06% 0.79% -
XYZ 51.73 56.91 58.71 -
YUV 197.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 189 202 193 0.06 0 0.04 0.21 138.46 0.11 0.77
Hex BD CA C1 6 0 4 15 8A B 4D
Octal 275 312 301 6 0 4 25 212 13 115
Binary 10111101 11001010 11000001 110 0 100 10101 10001010 1011 1001101

Color Harmonies of #BDCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAC1

Black with #BDCAC1

Text Example


Text Example

White with #BDCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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