Html Css Color HEX #BADFF6 Light Blue

📋 copy color: '#BADFF6'

red 186 ◦ green 223 ◦ blue 246

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

Shades of Light Blue #BADFF6

Tints of Light Blue #BADFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.05%

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 28.4%
G = 34.05%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BADFF6 (or 0xBADFF6) is known color: Light Blue. HEX triplet: BA, DF and F6. RGB value is (186,223,246). Sum of RGB (Red+Green+Blue) = 186+223+246=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #BADFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF6 is #452009. Grayscale: #D6D6D6. Windows color (decimal): -4530186 or 16179130. OLE color: 16179130.

HSL color Cylindrical-coordinate representation of color #BADFF6: hue angle of 203º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADFF6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 223 246 -
CMYK 0.24 0.09 0 0.04
HSL 203º 0.77% 0.85% -
HSV(B) 203º 0.24% 0.96% -
XYZ 63.27 69.87 97.34 -
YUV 214.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 186 223 246 0.24 0.09 0 0.04 203 0.77 0.85
Hex BA DF F6 18 9 0 4 CB 4D 55
Octal 272 337 366 30 11 0 4 313 115 125
Binary 10111010 11011111 11110110 11000 1001 0 100 11001011 1001101 1010101

Color Harmonies of #BADFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFF6

Black with #BADFF6

Text Example


Text Example

White with #BADFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFF6; }

 p { color: rgb(186,223,246); }

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

background-color css

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

 a { background-color: rgb(186,223,246); }

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

border-color css

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

 span { border-color: rgb(186,223,246); }

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