Html Css Color HEX #B4D3C4 Jet Stream

📋 copy color: '#B4D3C4'

red 180 ◦ green 211 ◦ blue 196

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

Shades of Jet Stream #B4D3C4

Tints of Jet Stream #B4D3C4

RGB

 RED value IS 180 (70.7% from 255) = 30.66%

 GREEN value IS 211 (82.81% from 255) = 35.95%

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

R = 30.66%
G = 35.95%
B = 33.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#B4D3C4 (or 0xB4D3C4) is known color: Jet Stream. HEX triplet: B4, D3 and C4. RGB value is (180,211,196). Sum of RGB (Red+Green+Blue) = 180+211+196=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3C4 is #4B2C3B. Grayscale: #C8C8C8. Windows color (decimal): -4926524 or 12899252. OLE color: 12899252.

HSL color Cylindrical-coordinate representation of color #B4D3C4: hue angle of 150.97º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D3C4 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 211 196 -
CMYK 0.15 0 0.07 0.17
HSL 150.97º 0.26% 0.77% -
HSV(B) 150.97º 0.15% 0.83% -
XYZ 52.08 60.28 61.11 -
YUV 200.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 180 211 196 0.15 0 0.07 0.17 150.97 0.26 0.77
Hex B4 D3 C4 F 0 7 11 97 1A 4D
Octal 264 323 304 17 0 7 21 227 32 115
Binary 10110100 11010011 11000100 1111 0 111 10001 10010111 11010 1001101

Color Harmonies of #B4D3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D3C4

Black with #B4D3C4

Text Example


Text Example

White with #B4D3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D3C4; }

 p { color: rgb(180,211,196); }

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

background-color css

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

 a { background-color: rgb(180,211,196); }

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

border-color css

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

 span { border-color: rgb(180,211,196); }

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