Html Css Color HEX #BEDFEE Onahau

📋 copy color: '#BEDFEE'

red 190 ◦ green 223 ◦ blue 238

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

Shades of Onahau #BEDFEE

Tints of Onahau #BEDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 29.19%
G = 34.25%
B = 36.56%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEDFEE (or 0xBEDFEE) is known color: Onahau. HEX triplet: BE, DF and EE. RGB value is (190,223,238). Sum of RGB (Red+Green+Blue) = 190+223+238=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFEE is #412011. Grayscale: #D6D6D6. Windows color (decimal): -4268050 or 15654846. OLE color: 15654846.

HSL color Cylindrical-coordinate representation of color #BEDFEE: hue angle of 198.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDFEE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 223 238 -
CMYK 0.20 0.06 0 0.07
HSL 198.75º 0.59% 0.84% -
HSV(B) 198.75º 0.2% 0.93% -
XYZ 63.06 69.9 91.06 -
YUV 214.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 190 223 238 0.20 0.06 0 0.07 198.75 0.59 0.84
Hex BE DF EE 14 6 0 7 C7 3B 54
Octal 276 337 356 24 6 0 7 307 73 124
Binary 10111110 11011111 11101110 10100 110 0 111 11000111 111011 1010100

Color Harmonies of #BEDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFEE

Black with #BEDFEE

Text Example


Text Example

White with #BEDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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