Html Css Color HEX #B4CDC4 Jet Stream

📋 copy color: '#B4CDC4'

red 180 ◦ green 205 ◦ blue 196

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

Shades of Jet Stream #B4CDC4

Tints of Jet Stream #B4CDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

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

R = 30.98%
G = 35.28%
B = 33.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#B4CDC4 (or 0xB4CDC4) is known color: Jet Stream. HEX triplet: B4, CD and C4. RGB value is (180,205,196). Sum of RGB (Red+Green+Blue) = 180+205+196=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC4 is #4B323B. Grayscale: #C4C4C4. Windows color (decimal): -4928060 or 12897716. OLE color: 12897716.

HSL color Cylindrical-coordinate representation of color #B4CDC4: hue angle of 158.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CDC4 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 205 196 -
CMYK 0.12 0 0.04 0.20
HSL 158.4º 0.2% 0.75% -
HSV(B) 158.4º 0.12% 0.8% -
XYZ 50.62 57.35 60.63 -
YUV 196.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 180 205 196 0.12 0 0.04 0.20 158.4 0.2 0.75
Hex B4 CD C4 C 0 4 14 9E 14 4B
Octal 264 315 304 14 0 4 24 236 24 113
Binary 10110100 11001101 11000100 1100 0 100 10100 10011110 10100 1001011

Color Harmonies of #B4CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDC4

Black with #B4CDC4

Text Example


Text Example

White with #B4CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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