Html Css Color HEX #BADFF2 Light Blue

📋 copy color: '#BADFF2'

red 186 ◦ green 223 ◦ blue 242

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

Shades of Light Blue #BADFF2

Tints of Light Blue #BADFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 28.57%
G = 34.25%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BADFF2 (or 0xBADFF2) is known color: Light Blue. HEX triplet: BA, DF and F2. RGB value is (186,223,242). Sum of RGB (Red+Green+Blue) = 186+223+242=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #BADFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF2 is #45200D. Grayscale: #D5D5D5. Windows color (decimal): -4530190 or 15916986. OLE color: 15916986.

HSL color Cylindrical-coordinate representation of color #BADFF2: hue angle of 200.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADFF2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 223 242 -
CMYK 0.23 0.08 0 0.05
HSL 200.36º 0.68% 0.84% -
HSV(B) 200.36º 0.23% 0.95% -
XYZ 62.66 69.63 94.14 -
YUV 214.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 186 223 242 0.23 0.08 0 0.05 200.36 0.68 0.84
Hex BA DF F2 17 8 0 5 C8 44 54
Octal 272 337 362 27 10 0 5 310 104 124
Binary 10111010 11011111 11110010 10111 1000 0 101 11001000 1000100 1010100

Color Harmonies of #BADFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFF2

Black with #BADFF2

Text Example


Text Example

White with #BADFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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