Html Css Color HEX #BEDFF1 Onahau

📋 copy color: '#BEDFF1'

red 190 ◦ green 223 ◦ blue 241

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

Shades of Onahau #BEDFF1

Tints of Onahau #BEDFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 29.05%
G = 34.1%
B = 36.85%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEDFF1 (or 0xBEDFF1) is known color: Onahau. HEX triplet: BE, DF and F1. RGB value is (190,223,241). Sum of RGB (Red+Green+Blue) = 190+223+241=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFF1 is #41200E. Grayscale: #D7D7D7. Windows color (decimal): -4268047 or 15851454. OLE color: 15851454.

HSL color Cylindrical-coordinate representation of color #BEDFF1: hue angle of 201.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDFF1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 223 241 -
CMYK 0.21 0.07 0 0.05
HSL 201.18º 0.65% 0.85% -
HSV(B) 201.18º 0.21% 0.95% -
XYZ 63.5 70.07 93.4 -
YUV 215.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 190 223 241 0.21 0.07 0 0.05 201.18 0.65 0.85
Hex BE DF F1 15 7 0 5 C9 41 55
Octal 276 337 361 25 7 0 5 311 101 125
Binary 10111110 11011111 11110001 10101 111 0 101 11001001 1000001 1010101

Color Harmonies of #BEDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFF1

Black with #BEDFF1

Text Example


Text Example

White with #BEDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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