Html Css Color HEX #B4CDC6 Jet Stream

📋 copy color: '#B4CDC6'

red 180 ◦ green 205 ◦ blue 198

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

Shades of Jet Stream #B4CDC6

Tints of Jet Stream #B4CDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.96%

R = 30.87%
G = 35.16%
B = 33.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#B4CDC6 (or 0xB4CDC6) is known color: Jet Stream. HEX triplet: B4, CD and C6. RGB value is (180,205,198). Sum of RGB (Red+Green+Blue) = 180+205+198=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC6 is #4B3239. Grayscale: #C4C4C4. Windows color (decimal): -4928058 or 13028788. OLE color: 13028788.

HSL color Cylindrical-coordinate representation of color #B4CDC6: hue angle of 163.2º 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 #B4CDC6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 205 198 -
CMYK 0.12 0 0.03 0.20
HSL 163.2º 0.2% 0.75% -
HSV(B) 163.2º 0.12% 0.8% -
XYZ 50.85 57.44 61.83 -
YUV 196.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 180 205 198 0.12 0 0.03 0.20 163.2 0.2 0.75
Hex B4 CD C6 C 0 3 14 A3 14 4B
Octal 264 315 306 14 0 3 24 243 24 113
Binary 10110100 11001101 11000110 1100 0 11 10100 10100011 10100 1001011

Color Harmonies of #B4CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDC6

Black with #B4CDC6

Text Example


Text Example

White with #B4CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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