Html Css Color HEX #BEDFF0 Onahau

📋 copy color: '#BEDFF0'

red 190 ◦ green 223 ◦ blue 240

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

Shades of Onahau #BEDFF0

Tints of Onahau #BEDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.15%

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 29.1%
G = 34.15%
B = 36.75%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEDFF0 (or 0xBEDFF0) is known color: Onahau. HEX triplet: BE, DF and F0. RGB value is (190,223,240). Sum of RGB (Red+Green+Blue) = 190+223+240=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFF0 is #41200F. Grayscale: #D6D6D6. Windows color (decimal): -4268048 or 15785918. OLE color: 15785918.

HSL color Cylindrical-coordinate representation of color #BEDFF0: hue angle of 200.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDFF0 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 223 240 -
CMYK 0.21 0.07 0 0.06
HSL 200.4º 0.63% 0.84% -
HSV(B) 200.4º 0.21% 0.94% -
XYZ 63.35 70.01 92.61 -
YUV 215.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 190 223 240 0.21 0.07 0 0.06 200.4 0.63 0.84
Hex BE DF F0 15 7 0 6 C8 3E 54
Octal 276 337 360 25 7 0 6 310 76 124
Binary 10111110 11011111 11110000 10101 111 0 110 11001000 111110 1010100

Color Harmonies of #BEDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFF0

Black with #BEDFF0

Text Example


Text Example

White with #BEDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFF0; }

 p { color: rgb(190,223,240); }

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

background-color css

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

 a { background-color: rgb(190,223,240); }

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

border-color css

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

 span { border-color: rgb(190,223,240); }

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