Html Css Color HEX #BCDAEF Light Blue

📋 copy color: '#BCDAEF'

red 188 ◦ green 218 ◦ blue 239

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

Shades of Light Blue #BCDAEF

Tints of Light Blue #BCDAEF

RGB

 RED value IS 188 (73.83% from 255) = 29.15%

 GREEN value IS 218 (85.55% from 255) = 33.8%

 BLUE value IS 239 (93.75% from 255) = 37.05%

R = 29.15%
G = 33.8%
B = 37.05%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCDAEF (or 0xBCDAEF) is known color: Light Blue. HEX triplet: BC, DA and EF. RGB value is (188,218,239). Sum of RGB (Red+Green+Blue) = 188+218+239=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAEF is #432510. Grayscale: #D3D3D3. Windows color (decimal): -4400401 or 15719100. OLE color: 15719100.

HSL color Cylindrical-coordinate representation of color #BCDAEF: hue angle of 204.71º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDAEF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 218 239 -
CMYK 0.21 0.09 0 0.06
HSL 204.71º 0.61% 0.84% -
HSV(B) 204.71º 0.21% 0.94% -
XYZ 61.39 67.07 91.37 -
YUV 211.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 188 218 239 0.21 0.09 0 0.06 204.71 0.61 0.84
Hex BC DA EF 15 9 0 6 CD 3D 54
Octal 274 332 357 25 11 0 6 315 75 124
Binary 10111100 11011010 11101111 10101 1001 0 110 11001101 111101 1010100

Color Harmonies of #BCDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAEF

Black with #BCDAEF

Text Example


Text Example

White with #BCDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAEF; }

 p { color: rgb(188,218,239); }

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

background-color css

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

 a { background-color: rgb(188,218,239); }

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

border-color css

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

 span { border-color: rgb(188,218,239); }

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