Html Css Color HEX #BADCEA Light Blue

📋 copy color: '#BADCEA'

red 186 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #BADCEA

Tints of Light Blue #BADCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 29.06%
G = 34.38%
B = 36.56%

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

#BADCEA (or 0xBADCEA) is known color: Light Blue. HEX triplet: BA, DC and EA. RGB value is (186,220,234). Sum of RGB (Red+Green+Blue) = 186+220+234=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEA is #452315. Grayscale: #D3D3D3. Windows color (decimal): -4530966 or 15391930. OLE color: 15391930.

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

Color convert

RGB 186 220 234 -
CMYK 0.21 0.06 0 0.08
HSL 197.5º 0.53% 0.82% -
HSV(B) 197.5º 0.21% 0.92% -
XYZ 60.69 67.57 87.68 -
YUV 211.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 186 220 234 0.21 0.06 0 0.08 197.5 0.53 0.82
Hex BA DC EA 15 6 0 8 C6 35 52
Octal 272 334 352 25 6 0 10 306 65 122
Binary 10111010 11011100 11101010 10101 110 0 1000 11000110 110101 1010010

Color Harmonies of #BADCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCEA

Black with #BADCEA

Text Example


Text Example

White with #BADCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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