Html Css Color HEX #B4DCCA Jet Stream

📋 copy color: '#B4DCCA'

red 180 ◦ green 220 ◦ blue 202

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

Shades of Jet Stream #B4DCCA

Tints of Jet Stream #B4DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

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

R = 29.9%
G = 36.54%
B = 33.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B4DCCA (or 0xB4DCCA) is known color: Jet Stream. HEX triplet: B4, DC and CA. RGB value is (180,220,202). Sum of RGB (Red+Green+Blue) = 180+220+202=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCA is #4B2335. Grayscale: #CECECE. Windows color (decimal): -4924214 or 13294772. OLE color: 13294772.

HSL color Cylindrical-coordinate representation of color #B4DCCA: hue angle of 153º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCCA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 202 -
CMYK 0.18 0 0.08 0.14
HSL 153º 0.36% 0.78% -
HSV(B) 153º 0.18% 0.86% -
XYZ 55.08 65.15 65.55 -
YUV 205.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 180 220 202 0.18 0 0.08 0.14 153 0.36 0.78
Hex B4 DC CA 12 0 8 E 99 24 4E
Octal 264 334 312 22 0 10 16 231 44 116
Binary 10110100 11011100 11001010 10010 0 1000 1110 10011001 100100 1001110

Color Harmonies of #B4DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCCA

Black with #B4DCCA

Text Example


Text Example

White with #B4DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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