Html Css Color HEX #BADCED Light Blue

📋 copy color: '#BADCED'

red 186 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #BADCED

Tints of Light Blue #BADCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 28.93%
G = 34.21%
B = 36.86%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BADCED (or 0xBADCED) is known color: Light Blue. HEX triplet: BA, DC and ED. RGB value is (186,220,237). Sum of RGB (Red+Green+Blue) = 186+220+237=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BADCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCED is #452312. Grayscale: #D3D3D3. Windows color (decimal): -4530963 or 15588538. OLE color: 15588538.

HSL color Cylindrical-coordinate representation of color #BADCED: hue angle of 200º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADCED is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 220 237 -
CMYK 0.22 0.07 0 0.07
HSL 200º 0.59% 0.83% -
HSV(B) 200º 0.22% 0.93% -
XYZ 61.13 67.74 89.97 -
YUV 211.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 186 220 237 0.22 0.07 0 0.07 200 0.59 0.83
Hex BA DC ED 16 7 0 7 C8 3B 53
Octal 272 334 355 26 7 0 7 310 73 123
Binary 10111010 11011100 11101101 10110 111 0 111 11001000 111011 1010011

Color Harmonies of #BADCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCED

Black with #BADCED

Text Example


Text Example

White with #BADCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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