Html Css Color HEX #BAD2DA Light Blue

📋 copy color: '#BAD2DA'

red 186 ◦ green 210 ◦ blue 218

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

Shades of Light Blue #BAD2DA

Tints of Light Blue #BAD2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 30.29%
G = 34.2%
B = 35.5%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAD2DA (or 0xBAD2DA) is known color: Light Blue. HEX triplet: BA, D2 and DA. RGB value is (186,210,218). Sum of RGB (Red+Green+Blue) = 186+210+218=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2DA is #452D25. Grayscale: #CBCBCB. Windows color (decimal): -4533542 or 14340794. OLE color: 14340794.

HSL color Cylindrical-coordinate representation of color #BAD2DA: hue angle of 195º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAD2DA is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 210 218 -
CMYK 0.15 0.04 0 0.15
HSL 195º 0.3% 0.79% -
HSV(B) 195º 0.15% 0.85% -
XYZ 55.95 61.59 75.27 -
YUV 203.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 186 210 218 0.15 0.04 0 0.15 195 0.3 0.79
Hex BA D2 DA F 4 0 F C3 1E 4F
Octal 272 322 332 17 4 0 17 303 36 117
Binary 10111010 11010010 11011010 1111 100 0 1111 11000011 11110 1001111

Color Harmonies of #BAD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2DA

Black with #BAD2DA

Text Example


Text Example

White with #BAD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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