Html Css Color HEX #BCDBE6 Light Blue

📋 copy color: '#BCDBE6'

red 188 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #BCDBE6

Tints of Light Blue #BCDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.11%

R = 29.51%
G = 34.38%
B = 36.11%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCDBE6 (or 0xBCDBE6) is known color: Light Blue. HEX triplet: BC, DB and E6. RGB value is (188,219,230). Sum of RGB (Red+Green+Blue) = 188+219+230=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBE6 is #432419. Grayscale: #D2D2D2. Windows color (decimal): -4400154 or 15129532. OLE color: 15129532.

HSL color Cylindrical-coordinate representation of color #BCDBE6: hue angle of 195.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDBE6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 219 230 -
CMYK 0.18 0.05 0 0.10
HSL 195.71º 0.46% 0.82% -
HSV(B) 195.71º 0.18% 0.9% -
XYZ 60.35 67.07 84.63 -
YUV 210.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 188 219 230 0.18 0.05 0 0.10 195.71 0.46 0.82
Hex BC DB E6 12 5 0 A C4 2E 52
Octal 274 333 346 22 5 0 12 304 56 122
Binary 10111100 11011011 11100110 10010 101 0 1010 11000100 101110 1010010

Color Harmonies of #BCDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBE6

Black with #BCDBE6

Text Example


Text Example

White with #BCDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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