Html Css Color HEX #BECFD5 Light Blue

📋 copy color: '#BECFD5'

red 190 ◦ green 207 ◦ blue 213

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

Shades of Light Blue #BECFD5

Tints of Light Blue #BECFD5

RGB

 RED value IS 190 (74.61% from 255) = 31.15%

 GREEN value IS 207 (81.25% from 255) = 33.93%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 31.15%
G = 33.93%
B = 34.92%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BECFD5 (or 0xBECFD5) is known color: Light Blue. HEX triplet: BE, CF and D5. RGB value is (190,207,213). Sum of RGB (Red+Green+Blue) = 190+207+213=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #BECFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD5 is #41302A. Grayscale: #CACACA. Windows color (decimal): -4272171 or 14012350. OLE color: 14012350.

HSL color Cylindrical-coordinate representation of color #BECFD5: hue angle of 195.65º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECFD5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 207 213 -
CMYK 0.11 0.03 0 0.16
HSL 195.65º 0.21% 0.79% -
HSV(B) 195.65º 0.11% 0.84% -
XYZ 55.56 60.38 71.68 -
YUV 202.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 190 207 213 0.11 0.03 0 0.16 195.65 0.21 0.79
Hex BE CF D5 B 3 0 10 C4 15 4F
Octal 276 317 325 13 3 0 20 304 25 117
Binary 10111110 11001111 11010101 1011 11 0 10000 11000100 10101 1001111

Color Harmonies of #BECFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFD5

Black with #BECFD5

Text Example


Text Example

White with #BECFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFD5; }

 p { color: rgb(190,207,213); }

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

background-color css

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

 a { background-color: rgb(190,207,213); }

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

border-color css

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

 span { border-color: rgb(190,207,213); }

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