Html Css Color HEX #BDCAC5 Jet Stream

📋 copy color: '#BDCAC5'

red 189 ◦ green 202 ◦ blue 197

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

Shades of Jet Stream #BDCAC5

Tints of Jet Stream #BDCAC5

RGB

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

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

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

R = 32.14%
G = 34.35%
B = 33.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#BDCAC5 (or 0xBDCAC5) is known color: Jet Stream. HEX triplet: BD, CA and C5. RGB value is (189,202,197). Sum of RGB (Red+Green+Blue) = 189+202+197=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC5 is #42353A. Grayscale: #C5C5C5. Windows color (decimal): -4339003 or 12962493. OLE color: 12962493.

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

Color convert

RGB 189 202 197 -
CMYK 0.06 0 0.02 0.21
HSL 156.92º 0.11% 0.77% -
HSV(B) 156.92º 0.06% 0.79% -
XYZ 52.18 57.09 61.09 -
YUV 197.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 189 202 197 0.06 0 0.02 0.21 156.92 0.11 0.77
Hex BD CA C5 6 0 2 15 9D B 4D
Octal 275 312 305 6 0 2 25 235 13 115
Binary 10111101 11001010 11000101 110 0 10 10101 10011101 1011 1001101

Color Harmonies of #BDCAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAC5

Black with #BDCAC5

Text Example


Text Example

White with #BDCAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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