Html Css Color HEX #BEEAFF Onahau

📋 copy color: '#BEEAFF'

red 190 ◦ green 234 ◦ blue 255

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

Shades of Onahau #BEEAFF

Tints of Onahau #BEEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.46%

 BLUE value IS 255 (100% from 255) = 37.56%

R = 27.98%
G = 34.46%
B = 37.56%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEEAFF (or 0xBEEAFF) is known color: Onahau. HEX triplet: BE, EA and FF. RGB value is (190,234,255). Sum of RGB (Red+Green+Blue) = 190+234+255=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAFF is #411500. Grayscale: #DFDFDF. Windows color (decimal): -4265217 or 16771774. OLE color: 16771774.

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

Color convert

RGB 190 234 255 -
CMYK 0.25 0.08 0 0
HSL 199.38º 1% 0.87% -
HSV(B) 199.38º 0.25% 1% -
XYZ 68.71 77.01 105.85 -
YUV 223.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 190 234 255 0.25 0.08 0 0 199.38 1 0.87
Hex BE EA FF 19 8 0 0 C7 64 57
Octal 276 352 377 31 10 0 0 307 144 127
Binary 10111110 11101010 11111111 11001 1000 0 0 11000111 1100100 1010111

Color Harmonies of #BEEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAFF

Black with #BEEAFF

Text Example


Text Example

White with #BEEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAFF; }

 p { color: rgb(190,234,255); }

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

background-color css

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

 a { background-color: rgb(190,234,255); }

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

border-color css

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

 span { border-color: rgb(190,234,255); }

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