Html Css Color HEX #829CB0 Bali Hai

📋 copy color: '#829CB0'

red 130 ◦ green 156 ◦ blue 176

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

Shades of Bali Hai #829CB0

Tints of Bali Hai #829CB0

RGB

 RED value IS 130 (51.17% from 255) = 28.14%

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 176 (69.14% from 255) = 38.1%

R = 28.14%
G = 33.77%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#829CB0 (or 0x829CB0) is known color: Bali Hai. HEX triplet: 82, 9C and B0. RGB value is (130,156,176). Sum of RGB (Red+Green+Blue) = 130+156+176=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #829CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CB0 is #7D634F. Grayscale: #969696. Windows color (decimal): -8217424 or 11574402. OLE color: 11574402.

HSL color Cylindrical-coordinate representation of color #829CB0: hue angle of 206.09º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #829CB0 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 156 176 -
CMYK 0.26 0.11 0 0.31
HSL 206.09º 0.23% 0.6% -
HSV(B) 206.09º 0.26% 0.69% -
XYZ 28.93 31.66 45.66 -
YUV 150.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 130 156 176 0.26 0.11 0 0.31 206.09 0.23 0.6
Hex 82 9C B0 1A B 0 1F CE 17 3C
Octal 202 234 260 32 13 0 37 316 27 74
Binary 10000010 10011100 10110000 11010 1011 0 11111 11001110 10111 111100

Color Harmonies of #829CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CB0

Black with #829CB0

Text Example


Text Example

White with #829CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829CB0; }

 p { color: rgb(130,156,176); }

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

background-color css

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

 a { background-color: rgb(130,156,176); }

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

border-color css

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

 span { border-color: rgb(130,156,176); }

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