Html Css Color HEX #BADCEB Light Blue

📋 copy color: '#BADCEB'

red 186 ◦ green 220 ◦ blue 235

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

Shades of Light Blue #BADCEB

Tints of Light Blue #BADCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 29.02%
G = 34.32%
B = 36.66%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BADCEB (or 0xBADCEB) is known color: Light Blue. HEX triplet: BA, DC and EB. RGB value is (186,220,235). Sum of RGB (Red+Green+Blue) = 186+220+235=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEB is #452314. Grayscale: #D3D3D3. Windows color (decimal): -4530965 or 15457466. OLE color: 15457466.

HSL color Cylindrical-coordinate representation of color #BADCEB: hue angle of 198.37º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADCEB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 220 235 -
CMYK 0.21 0.06 0 0.08
HSL 198.37º 0.55% 0.83% -
HSV(B) 198.37º 0.21% 0.92% -
XYZ 60.84 67.62 88.44 -
YUV 211.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 186 220 235 0.21 0.06 0 0.08 198.37 0.55 0.83
Hex BA DC EB 15 6 0 8 C6 37 53
Octal 272 334 353 25 6 0 10 306 67 123
Binary 10111010 11011100 11101011 10101 110 0 1000 11000110 110111 1010011

Color Harmonies of #BADCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCEB

Black with #BADCEB

Text Example


Text Example

White with #BADCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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