Html Css Color HEX #B9DACF Jet Stream

📋 copy color: '#B9DACF'

red 185 ◦ green 218 ◦ blue 207

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

Shades of Jet Stream #B9DACF

Tints of Jet Stream #B9DACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.74%

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

R = 30.33%
G = 35.74%
B = 33.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#B9DACF (or 0xB9DACF) is known color: Jet Stream. HEX triplet: B9, DA and CF. RGB value is (185,218,207). Sum of RGB (Red+Green+Blue) = 185+218+207=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DACF is #462530. Grayscale: #CECECE. Windows color (decimal): -4597041 or 13621945. OLE color: 13621945.

HSL color Cylindrical-coordinate representation of color #B9DACF: hue angle of 160º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DACF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 207 -
CMYK 0.15 0 0.05 0.15
HSL 160º 0.31% 0.79% -
HSV(B) 160º 0.15% 0.85% -
XYZ 56.34 64.96 68.6 -
YUV 206.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 185 218 207 0.15 0 0.05 0.15 160 0.31 0.79
Hex B9 DA CF F 0 5 F A0 1F 4F
Octal 271 332 317 17 0 5 17 240 37 117
Binary 10111001 11011010 11001111 1111 0 101 1111 10100000 11111 1001111

Color Harmonies of #B9DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DACF

Black with #B9DACF

Text Example


Text Example

White with #B9DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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