Html Css Color HEX #BEEBFE Onahau

📋 copy color: '#BEEBFE'

red 190 ◦ green 235 ◦ blue 254

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

Shades of Onahau #BEEBFE

Tints of Onahau #BEEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.61%

 BLUE value IS 254 (99.61% from 255) = 37.41%

R = 27.98%
G = 34.61%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEEBFE (or 0xBEEBFE) is known color: Onahau. HEX triplet: BE, EB and FE. RGB value is (190,235,254). Sum of RGB (Red+Green+Blue) = 190+235+254=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBFE is #411401. Grayscale: #DFDFDF. Windows color (decimal): -4264962 or 16706494. OLE color: 16706494.

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

Color convert

RGB 190 235 254 -
CMYK 0.25 0.07 0 0.00
HSL 197.81º 0.97% 0.87% -
HSV(B) 197.81º 0.25% 1% -
XYZ 68.83 77.52 105.1 -
YUV 223.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 190 235 254 0.25 0.07 0 0.00 197.81 0.97 0.87
Hex BE EB FE 19 7 0 0 C6 61 57
Octal 276 353 376 31 7 0 0 306 141 127
Binary 10111110 11101011 11111110 11001 111 0 0 11000110 1100001 1010111

Color Harmonies of #BEEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBFE

Black with #BEEBFE

Text Example


Text Example

White with #BEEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBFE; }

 p { color: rgb(190,235,254); }

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

background-color css

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

 a { background-color: rgb(190,235,254); }

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

border-color css

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

 span { border-color: rgb(190,235,254); }

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