Html Css Color HEX #BDCAC7 Jet Stream

📋 copy color: '#BDCAC7'

red 189 ◦ green 202 ◦ blue 199

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

Shades of Jet Stream #BDCAC7

Tints of Jet Stream #BDCAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 32.03%
G = 34.24%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#BDCAC7 (or 0xBDCAC7) is known color: Jet Stream. HEX triplet: BD, CA and C7. RGB value is (189,202,199). Sum of RGB (Red+Green+Blue) = 189+202+199=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC7 is #423538. Grayscale: #C5C5C5. Windows color (decimal): -4339001 or 13093565. OLE color: 13093565.

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

Color convert

RGB 189 202 199 -
CMYK 0.06 0 0.01 0.21
HSL 166.15º 0.11% 0.77% -
HSV(B) 166.15º 0.06% 0.79% -
XYZ 52.42 57.18 62.31 -
YUV 197.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 189 202 199 0.06 0 0.01 0.21 166.15 0.11 0.77
Hex BD CA C7 6 0 1 15 A6 B 4D
Octal 275 312 307 6 0 1 25 246 13 115
Binary 10111101 11001010 11000111 110 0 1 10101 10100110 1011 1001101

Color Harmonies of #BDCAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAC7

Black with #BDCAC7

Text Example


Text Example

White with #BDCAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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