Html Css Color HEX #BDCDC2 Nebula

📋 copy color: '#BDCDC2'

red 189 ◦ green 205 ◦ blue 194

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

Shades of Nebula #BDCDC2

Tints of Nebula #BDCDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.86%

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 32.14%
G = 34.86%
B = 32.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#BDCDC2 (or 0xBDCDC2) is known color: Nebula. HEX triplet: BD, CD and C2. RGB value is (189,205,194). Sum of RGB (Red+Green+Blue) = 189+205+194=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC2 is #42323D. Grayscale: #C6C6C6. Windows color (decimal): -4338238 or 12766653. OLE color: 12766653.

HSL color Cylindrical-coordinate representation of color #BDCDC2: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 194 -
CMYK 0.08 0 0.05 0.20
HSL 138.75º 0.14% 0.77% -
HSV(B) 138.75º 0.08% 0.8% -
XYZ 52.56 58.38 59.54 -
YUV 198.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 189 205 194 0.08 0 0.05 0.20 138.75 0.14 0.77
Hex BD CD C2 8 0 5 14 8B E 4D
Octal 275 315 302 10 0 5 24 213 16 115
Binary 10111101 11001101 11000010 1000 0 101 10100 10001011 1110 1001101

Color Harmonies of #BDCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDC2

Black with #BDCDC2

Text Example


Text Example

White with #BDCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDC2; }

 p { color: rgb(189,205,194); }

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

background-color css

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

 a { background-color: rgb(189,205,194); }

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

border-color css

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

 span { border-color: rgb(189,205,194); }

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