Html Css Color HEX #B9CDC5 Jet Stream

📋 copy color: '#B9CDC5'

red 185 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #B9CDC5

Tints of Jet Stream #B9CDC5

RGB

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

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

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

R = 31.52%
G = 34.92%
B = 33.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#B9CDC5 (or 0xB9CDC5) is known color: Jet Stream. HEX triplet: B9, CD and C5. RGB value is (185,205,197). Sum of RGB (Red+Green+Blue) = 185+205+197=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC5 is #46323A. Grayscale: #C6C6C6. Windows color (decimal): -4600379 or 12963257. OLE color: 12963257.

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

Color convert

RGB 185 205 197 -
CMYK 0.10 0 0.04 0.20
HSL 156º 0.17% 0.76% -
HSV(B) 156º 0.1% 0.8% -
XYZ 51.92 58.01 61.28 -
YUV 198.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 185 205 197 0.10 0 0.04 0.20 156 0.17 0.76
Hex B9 CD C5 A 0 4 14 9C 11 4C
Octal 271 315 305 12 0 4 24 234 21 114
Binary 10111001 11001101 11000101 1010 0 100 10100 10011100 10001 1001100

Color Harmonies of #B9CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDC5

Black with #B9CDC5

Text Example


Text Example

White with #B9CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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