Html Css Color HEX #B4D7CA Jet Stream

📋 copy color: '#B4D7CA'

red 180 ◦ green 215 ◦ blue 202

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

Shades of Jet Stream #B4D7CA

Tints of Jet Stream #B4D7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 30.15%
G = 36.01%
B = 33.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B4D7CA (or 0xB4D7CA) is known color: Jet Stream. HEX triplet: B4, D7 and CA. RGB value is (180,215,202). Sum of RGB (Red+Green+Blue) = 180+215+202=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7CA is #4B2835. Grayscale: #CBCBCB. Windows color (decimal): -4925494 or 13293492. OLE color: 13293492.

HSL color Cylindrical-coordinate representation of color #B4D7CA: hue angle of 157.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D7CA is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 202 -
CMYK 0.16 0 0.06 0.16
HSL 157.71º 0.3% 0.77% -
HSV(B) 157.71º 0.16% 0.84% -
XYZ 53.78 62.57 65.12 -
YUV 203.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 180 215 202 0.16 0 0.06 0.16 157.71 0.3 0.77
Hex B4 D7 CA 10 0 6 10 9E 1E 4D
Octal 264 327 312 20 0 6 20 236 36 115
Binary 10110100 11010111 11001010 10000 0 110 10000 10011110 11110 1001101

Color Harmonies of #B4D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D7CA

Black with #B4D7CA

Text Example


Text Example

White with #B4D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D7CA; }

 p { color: rgb(180,215,202); }

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

background-color css

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

 a { background-color: rgb(180,215,202); }

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

border-color css

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

 span { border-color: rgb(180,215,202); }

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