Html Css Color HEX #B9CDC4 Jet Stream

📋 copy color: '#B9CDC4'

red 185 ◦ green 205 ◦ blue 196

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

Shades of Jet Stream #B9CDC4

Tints of Jet Stream #B9CDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.45%

R = 31.57%
G = 34.98%
B = 33.45%

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

#B9CDC4 (or 0xB9CDC4) is known color: Jet Stream. HEX triplet: B9, CD and C4. RGB value is (185,205,196). Sum of RGB (Red+Green+Blue) = 185+205+196=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC4 is #46323B. Grayscale: #C6C6C6. Windows color (decimal): -4600380 or 12897721. OLE color: 12897721.

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

Color convert

RGB 185 205 196 -
CMYK 0.10 0 0.04 0.20
HSL 153º 0.17% 0.76% -
HSV(B) 153º 0.1% 0.8% -
XYZ 51.8 57.96 60.68 -
YUV 197.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 185 205 196 0.10 0 0.04 0.20 153 0.17 0.76
Hex B9 CD C4 A 0 4 14 99 11 4C
Octal 271 315 304 12 0 4 24 231 21 114
Binary 10111001 11001101 11000100 1010 0 100 10100 10011001 10001 1001100

Color Harmonies of #B9CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDC4

Black with #B9CDC4

Text Example


Text Example

White with #B9CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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