Html Css Color HEX #BCDBED Light Blue

📋 copy color: '#BCDBED'

red 188 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #BCDBED

Tints of Light Blue #BCDBED

RGB

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

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

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

R = 29.19%
G = 34.01%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCDBED (or 0xBCDBED) is known color: Light Blue. HEX triplet: BC, DB and ED. RGB value is (188,219,237). Sum of RGB (Red+Green+Blue) = 188+219+237=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBED is #432412. Grayscale: #D3D3D3. Windows color (decimal): -4400147 or 15588284. OLE color: 15588284.

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

Color convert

RGB 188 219 237 -
CMYK 0.21 0.08 0 0.07
HSL 202.04º 0.58% 0.83% -
HSV(B) 202.04º 0.21% 0.93% -
XYZ 61.36 67.47 89.91 -
YUV 211.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 188 219 237 0.21 0.08 0 0.07 202.04 0.58 0.83
Hex BC DB ED 15 8 0 7 CA 3A 53
Octal 274 333 355 25 10 0 7 312 72 123
Binary 10111100 11011011 11101101 10101 1000 0 111 11001010 111010 1010011

Color Harmonies of #BCDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBED

Black with #BCDBED

Text Example


Text Example

White with #BCDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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