Html Css Color HEX #B9CDC7 Jet Stream

📋 copy color: '#B9CDC7'

red 185 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #B9CDC7

Tints of Jet Stream #B9CDC7

RGB

 RED value IS 185 (72.66% from 255) = 31.41%

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

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

R = 31.41%
G = 34.8%
B = 33.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#B9CDC7 (or 0xB9CDC7) is known color: Jet Stream. HEX triplet: B9, CD and C7. RGB value is (185,205,199). Sum of RGB (Red+Green+Blue) = 185+205+199=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC7 is #463238. Grayscale: #C6C6C6. Windows color (decimal): -4600377 or 13094329. OLE color: 13094329.

HSL color Cylindrical-coordinate representation of color #B9CDC7: hue angle of 162º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDC7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 199 -
CMYK 0.10 0 0.03 0.20
HSL 162º 0.17% 0.76% -
HSV(B) 162º 0.1% 0.8% -
XYZ 52.15 58.1 62.5 -
YUV 198.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 185 205 199 0.10 0 0.03 0.20 162 0.17 0.76
Hex B9 CD C7 A 0 3 14 A2 11 4C
Octal 271 315 307 12 0 3 24 242 21 114
Binary 10111001 11001101 11000111 1010 0 11 10100 10100010 10001 1001100

Color Harmonies of #B9CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDC7

Black with #B9CDC7

Text Example


Text Example

White with #B9CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDC7; }

 p { color: rgb(185,205,199); }

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

background-color css

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

 a { background-color: rgb(185,205,199); }

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

border-color css

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

 span { border-color: rgb(185,205,199); }

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