Html Css Color HEX #BACCD2 Light Blue

📋 copy color: '#BACCD2'

red 186 ◦ green 204 ◦ blue 210

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

Shades of Light Blue #BACCD2

Tints of Light Blue #BACCD2

RGB

 RED value IS 186 (73.05% from 255) = 31%

 GREEN value IS 204 (80.08% from 255) = 34%

 BLUE value IS 210 (82.42% from 255) = 35%

R = 31%
G = 34%
B = 35%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BACCD2 (or 0xBACCD2) is known color: Light Blue. HEX triplet: BA, CC and D2. RGB value is (186,204,210). Sum of RGB (Red+Green+Blue) = 186+204+210=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #BACCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD2 is #45332D. Grayscale: #C7C7C7. Windows color (decimal): -4535086 or 13814970. OLE color: 13814970.

HSL color Cylindrical-coordinate representation of color #BACCD2: hue angle of 195º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACCD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 204 210 -
CMYK 0.11 0.03 0 0.18
HSL 195º 0.21% 0.78% -
HSV(B) 195º 0.11% 0.82% -
XYZ 53.48 58.28 69.4 -
YUV 199.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 186 204 210 0.11 0.03 0 0.18 195 0.21 0.78
Hex BA CC D2 B 3 0 12 C3 15 4E
Octal 272 314 322 13 3 0 22 303 25 116
Binary 10111010 11001100 11010010 1011 11 0 10010 11000011 10101 1001110

Color Harmonies of #BACCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCD2

Black with #BACCD2

Text Example


Text Example

White with #BACCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCD2; }

 p { color: rgb(186,204,210); }

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

background-color css

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

 a { background-color: rgb(186,204,210); }

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

border-color css

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

 span { border-color: rgb(186,204,210); }

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