Html Css Color HEX #BADCF0 Light Blue

📋 copy color: '#BADCF0'

red 186 ◦ green 220 ◦ blue 240

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

Shades of Light Blue #BADCF0

Tints of Light Blue #BADCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.06%

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 28.79%
G = 34.06%
B = 37.15%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BADCF0 (or 0xBADCF0) is known color: Light Blue. HEX triplet: BA, DC and F0. RGB value is (186,220,240). Sum of RGB (Red+Green+Blue) = 186+220+240=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #BADCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF0 is #45230F. Grayscale: #D3D3D3. Windows color (decimal): -4530960 or 15785146. OLE color: 15785146.

HSL color Cylindrical-coordinate representation of color #BADCF0: hue angle of 202.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADCF0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 220 240 -
CMYK 0.22 0.08 0 0.06
HSL 202.22º 0.64% 0.84% -
HSV(B) 202.22º 0.23% 0.94% -
XYZ 61.57 67.92 92.3 -
YUV 212.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 186 220 240 0.22 0.08 0 0.06 202.22 0.64 0.84
Hex BA DC F0 16 8 0 6 CA 40 54
Octal 272 334 360 26 10 0 6 312 100 124
Binary 10111010 11011100 11110000 10110 1000 0 110 11001010 1000000 1010100

Color Harmonies of #BADCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCF0

Black with #BADCF0

Text Example


Text Example

White with #BADCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCF0; }

 p { color: rgb(186,220,240); }

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

background-color css

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

 a { background-color: rgb(186,220,240); }

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

border-color css

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

 span { border-color: rgb(186,220,240); }

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