Html Css Color HEX #B9D7CF Jet Stream

📋 copy color: '#B9D7CF'

red 185 ◦ green 215 ◦ blue 207

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

Shades of Jet Stream #B9D7CF

Tints of Jet Stream #B9D7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.42%

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 30.48%
G = 35.42%
B = 34.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B9D7CF (or 0xB9D7CF) is known color: Jet Stream. HEX triplet: B9, D7 and CF. RGB value is (185,215,207). Sum of RGB (Red+Green+Blue) = 185+215+207=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7CF is #462830. Grayscale: #CDCDCD. Windows color (decimal): -4597809 or 13621177. OLE color: 13621177.

HSL color Cylindrical-coordinate representation of color #B9D7CF: hue angle of 164º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D7CF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 215 207 -
CMYK 0.14 0 0.04 0.16
HSL 164º 0.27% 0.78% -
HSV(B) 164º 0.14% 0.84% -
XYZ 55.57 63.42 68.34 -
YUV 205.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 185 215 207 0.14 0 0.04 0.16 164 0.27 0.78
Hex B9 D7 CF E 0 4 10 A4 1B 4E
Octal 271 327 317 16 0 4 20 244 33 116
Binary 10111001 11010111 11001111 1110 0 100 10000 10100100 11011 1001110

Color Harmonies of #B9D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D7CF

Black with #B9D7CF

Text Example


Text Example

White with #B9D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D7CF; }

 p { color: rgb(185,215,207); }

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

background-color css

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

 a { background-color: rgb(185,215,207); }

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

border-color css

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

 span { border-color: rgb(185,215,207); }

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