Html Css Color HEX #BCDBE9 Light Blue

📋 copy color: '#BCDBE9'

red 188 ◦ green 219 ◦ blue 233

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

Shades of Light Blue #BCDBE9

Tints of Light Blue #BCDBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 233 (91.41% from 255) = 36.41%

R = 29.38%
G = 34.22%
B = 36.41%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCDBE9 (or 0xBCDBE9) is known color: Light Blue. HEX triplet: BC, DB and E9. RGB value is (188,219,233). Sum of RGB (Red+Green+Blue) = 188+219+233=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBE9 is #432416. Grayscale: #D3D3D3. Windows color (decimal): -4400151 or 15326140. OLE color: 15326140.

HSL color Cylindrical-coordinate representation of color #BCDBE9: hue angle of 198.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDBE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 219 233 -
CMYK 0.19 0.06 0 0.09
HSL 198.67º 0.51% 0.83% -
HSV(B) 198.67º 0.19% 0.91% -
XYZ 60.78 67.24 86.87 -
YUV 211.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 188 219 233 0.19 0.06 0 0.09 198.67 0.51 0.83
Hex BC DB E9 13 6 0 9 C7 33 53
Octal 274 333 351 23 6 0 11 307 63 123
Binary 10111100 11011011 11101001 10011 110 0 1001 11000111 110011 1010011

Color Harmonies of #BCDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBE9

Black with #BCDBE9

Text Example


Text Example

White with #BCDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBE9; }

 p { color: rgb(188,219,233); }

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

background-color css

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

 a { background-color: rgb(188,219,233); }

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

border-color css

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

 span { border-color: rgb(188,219,233); }

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