Html Css Color HEX #B4DCCB Jet Stream

📋 copy color: '#B4DCCB'

red 180 ◦ green 220 ◦ blue 203

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

Shades of Jet Stream #B4DCCB

Tints of Jet Stream #B4DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.67%

R = 29.85%
G = 36.48%
B = 33.67%

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

#B4DCCB (or 0xB4DCCB) is known color: Jet Stream. HEX triplet: B4, DC and CB. RGB value is (180,220,203). Sum of RGB (Red+Green+Blue) = 180+220+203=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCB is #4B2334. Grayscale: #CECECE. Windows color (decimal): -4924213 or 13360308. OLE color: 13360308.

HSL color Cylindrical-coordinate representation of color #B4DCCB: hue angle of 154.5º 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 #B4DCCB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 203 -
CMYK 0.18 0 0.08 0.14
HSL 154.5º 0.36% 0.78% -
HSV(B) 154.5º 0.18% 0.86% -
XYZ 55.2 65.2 66.18 -
YUV 206.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 180 220 203 0.18 0 0.08 0.14 154.5 0.36 0.78
Hex B4 DC CB 12 0 8 E 9A 24 4E
Octal 264 334 313 22 0 10 16 232 44 116
Binary 10110100 11011100 11001011 10010 0 1000 1110 10011010 100100 1001110

Color Harmonies of #B4DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCCB

Black with #B4DCCB

Text Example


Text Example

White with #B4DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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