Html Css Color HEX #BEEDFC Onahau

📋 copy color: '#BEEDFC'

red 190 ◦ green 237 ◦ blue 252

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

Shades of Onahau #BEEDFC

Tints of Onahau #BEEDFC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.9%

 BLUE value IS 252 (98.83% from 255) = 37.11%

R = 27.98%
G = 34.9%
B = 37.11%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEEDFC (or 0xBEEDFC) is known color: Onahau. HEX triplet: BE, ED and FC. RGB value is (190,237,252). Sum of RGB (Red+Green+Blue) = 190+237+252=679 (89% of max value = 765). Red value is 190 (74.61% from 255 or 27.98% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDFC is #411203. Grayscale: #E0E0E0. Windows color (decimal): -4264452 or 16575934. OLE color: 16575934.

HSL color Cylindrical-coordinate representation of color #BEEDFC: hue angle of 194.52º degrees, saturation: 0.91, 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 #BEEDFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 237 252 -
CMYK 0.25 0.06 0 0.01
HSL 194.52º 0.91% 0.87% -
HSV(B) 194.52º 0.25% 0.99% -
XYZ 69.09 78.54 103.61 -
YUV 224.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 190 237 252 0.25 0.06 0 0.01 194.52 0.91 0.87
Hex BE ED FC 19 6 0 1 C3 5B 57
Octal 276 355 374 31 6 0 1 303 133 127
Binary 10111110 11101101 11111100 11001 110 0 1 11000011 1011011 1010111

Color Harmonies of #BEEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEDFC

Black with #BEEDFC

Text Example


Text Example

White with #BEEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEDFC; }

 p { color: rgb(190,237,252); }

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

background-color css

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

 a { background-color: rgb(190,237,252); }

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

border-color css

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

 span { border-color: rgb(190,237,252); }

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