Html Css Color HEX #BCDDF0 Light Blue

📋 copy color: '#BCDDF0'

red 188 ◦ green 221 ◦ blue 240

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

Shades of Light Blue #BCDDF0

Tints of Light Blue #BCDDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.05%

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 28.97%
G = 34.05%
B = 36.98%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCDDF0 (or 0xBCDDF0) is known color: Light Blue. HEX triplet: BC, DD and F0. RGB value is (188,221,240). Sum of RGB (Red+Green+Blue) = 188+221+240=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF0 is #43220F. Grayscale: #D5D5D5. Windows color (decimal): -4399632 or 15785404. OLE color: 15785404.

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

Color convert

RGB 188 221 240 -
CMYK 0.22 0.08 0 0.06
HSL 201.92º 0.63% 0.84% -
HSV(B) 201.92º 0.22% 0.94% -
XYZ 62.32 68.7 92.41 -
YUV 213.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 188 221 240 0.22 0.08 0 0.06 201.92 0.63 0.84
Hex BC DD F0 16 8 0 6 CA 3F 54
Octal 274 335 360 26 10 0 6 312 77 124
Binary 10111100 11011101 11110000 10110 1000 0 110 11001010 111111 1010100

Color Harmonies of #BCDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDF0

Black with #BCDDF0

Text Example


Text Example

White with #BCDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDF0; }

 p { color: rgb(188,221,240); }

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

background-color css

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

 a { background-color: rgb(188,221,240); }

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

border-color css

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

 span { border-color: rgb(188,221,240); }

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