Html Css Color HEX #BEEBFF Onahau

📋 copy color: '#BEEBFF'

red 190 ◦ green 235 ◦ blue 255

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

Shades of Onahau #BEEBFF

Tints of Onahau #BEEBFF

RGB

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

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

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

R = 27.94%
G = 34.56%
B = 37.5%

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

#BEEBFF (or 0xBEEBFF) is known color: Onahau. HEX triplet: BE, EB and FF. RGB value is (190,235,255). Sum of RGB (Red+Green+Blue) = 190+235+255=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBFF is #411400. Grayscale: #DFDFDF. Windows color (decimal): -4264961 or 16772030. OLE color: 16772030.

HSL color Cylindrical-coordinate representation of color #BEEBFF: hue angle of 198.46º 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 #BEEBFF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 235 255 -
CMYK 0.25 0.08 0 0
HSL 198.46º 1% 0.87% -
HSV(B) 198.46º 0.25% 1% -
XYZ 68.99 77.58 105.95 -
YUV 223.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 190 235 255 0.25 0.08 0 0 198.46 1 0.87
Hex BE EB FF 19 8 0 0 C6 64 57
Octal 276 353 377 31 10 0 0 306 144 127
Binary 10111110 11101011 11111111 11001 1000 0 0 11000110 1100100 1010111

Color Harmonies of #BEEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEBFF

Black with #BEEBFF

Text Example


Text Example

White with #BEEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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