Html Css Color HEX #BADCE8 Light Blue

📋 copy color: '#BADCE8'

red 186 ◦ green 220 ◦ blue 232

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

Shades of Light Blue #BADCE8

Tints of Light Blue #BADCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.36%

R = 29.15%
G = 34.48%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BADCE8 (or 0xBADCE8) is known color: Light Blue. HEX triplet: BA, DC and E8. RGB value is (186,220,232). Sum of RGB (Red+Green+Blue) = 186+220+232=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #BADCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCE8 is #452317. Grayscale: #D3D3D3. Windows color (decimal): -4530968 or 15260858. OLE color: 15260858.

HSL color Cylindrical-coordinate representation of color #BADCE8: hue angle of 195.65º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADCE8 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 220 232 -
CMYK 0.20 0.05 0 0.09
HSL 195.65º 0.5% 0.82% -
HSV(B) 195.65º 0.2% 0.91% -
XYZ 60.41 67.45 86.18 -
YUV 211.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 186 220 232 0.20 0.05 0 0.09 195.65 0.5 0.82
Hex BA DC E8 14 5 0 9 C4 32 52
Octal 272 334 350 24 5 0 11 304 62 122
Binary 10111010 11011100 11101000 10100 101 0 1001 11000100 110010 1010010

Color Harmonies of #BADCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCE8

Black with #BADCE8

Text Example


Text Example

White with #BADCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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