Html Css Color HEX #BEECFD Onahau

📋 copy color: '#BEECFD'

red 190 ◦ green 236 ◦ blue 253

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

Shades of Onahau #BEECFD

Tints of Onahau #BEECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.76%

 BLUE value IS 253 (99.22% from 255) = 37.26%

R = 27.98%
G = 34.76%
B = 37.26%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEECFD (or 0xBEECFD) is known color: Onahau. HEX triplet: BE, EC and FD. RGB value is (190,236,253). Sum of RGB (Red+Green+Blue) = 190+236+253=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFD is #411302. Grayscale: #E0E0E0. Windows color (decimal): -4264707 or 16641214. OLE color: 16641214.

HSL color Cylindrical-coordinate representation of color #BEECFD: hue angle of 196.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEECFD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 236 253 -
CMYK 0.25 0.07 0 0.01
HSL 196.19º 0.94% 0.87% -
HSV(B) 196.19º 0.25% 0.99% -
XYZ 68.96 78.03 104.36 -
YUV 224.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 190 236 253 0.25 0.07 0 0.01 196.19 0.94 0.87
Hex BE EC FD 19 7 0 1 C4 5E 57
Octal 276 354 375 31 7 0 1 304 136 127
Binary 10111110 11101100 11111101 11001 111 0 1 11000100 1011110 1010111

Color Harmonies of #BEECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECFD

Black with #BEECFD

Text Example


Text Example

White with #BEECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECFD; }

 p { color: rgb(190,236,253); }

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

background-color css

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

 a { background-color: rgb(190,236,253); }

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

border-color css

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

 span { border-color: rgb(190,236,253); }

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