Html Css Color HEX #BADBE6 Light Blue

📋 copy color: '#BADBE6'

red 186 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #BADBE6

Tints of Light Blue #BADBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

 BLUE value IS 230 (90.23% from 255) = 36.22%

R = 29.29%
G = 34.49%
B = 36.22%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADBE6 (or 0xBADBE6) is known color: Light Blue. HEX triplet: BA, DB and E6. RGB value is (186,219,230). Sum of RGB (Red+Green+Blue) = 186+219+230=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBE6 is #452419. Grayscale: #D2D2D2. Windows color (decimal): -4531226 or 15129530. OLE color: 15129530.

HSL color Cylindrical-coordinate representation of color #BADBE6: hue angle of 195º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADBE6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 219 230 -
CMYK 0.19 0.05 0 0.10
HSL 195º 0.47% 0.82% -
HSV(B) 195º 0.19% 0.9% -
XYZ 59.86 66.82 84.6 -
YUV 210.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 186 219 230 0.19 0.05 0 0.10 195 0.47 0.82
Hex BA DB E6 13 5 0 A C3 2F 52
Octal 272 333 346 23 5 0 12 303 57 122
Binary 10111010 11011011 11100110 10011 101 0 1010 11000011 101111 1010010

Color Harmonies of #BADBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBE6

Black with #BADBE6

Text Example


Text Example

White with #BADBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBE6; }

 p { color: rgb(186,219,230); }

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

background-color css

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

 a { background-color: rgb(186,219,230); }

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

border-color css

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

 span { border-color: rgb(186,219,230); }

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