Html Css Color HEX #B4D5CA Jet Stream

📋 copy color: '#B4D5CA'

red 180 ◦ green 213 ◦ blue 202

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

Shades of Jet Stream #B4D5CA

Tints of Jet Stream #B4D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

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

R = 30.25%
G = 35.8%
B = 33.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#B4D5CA (or 0xB4D5CA) is known color: Jet Stream. HEX triplet: B4, D5 and CA. RGB value is (180,213,202). Sum of RGB (Red+Green+Blue) = 180+213+202=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5CA is #4B2A35. Grayscale: #C9C9C9. Windows color (decimal): -4926006 or 13292980. OLE color: 13292980.

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

Color convert

RGB 180 213 202 -
CMYK 0.15 0 0.05 0.16
HSL 160º 0.28% 0.77% -
HSV(B) 160º 0.15% 0.84% -
XYZ 53.28 61.56 64.95 -
YUV 201.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 180 213 202 0.15 0 0.05 0.16 160 0.28 0.77
Hex B4 D5 CA F 0 5 10 A0 1C 4D
Octal 264 325 312 17 0 5 20 240 34 115
Binary 10110100 11010101 11001010 1111 0 101 10000 10100000 11100 1001101

Color Harmonies of #B4D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D5CA

Black with #B4D5CA

Text Example


Text Example

White with #B4D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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