Html Css Color HEX #BDE9F1 Onahau

📋 copy color: '#BDE9F1'

red 189 ◦ green 233 ◦ blue 241

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

Shades of Onahau #BDE9F1

Tints of Onahau #BDE9F1

RGB

 RED value IS 189 (74.22% from 255) = 28.51%

 GREEN value IS 233 (91.41% from 255) = 35.14%

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

R = 28.51%
G = 35.14%
B = 36.35%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE9F1 (or 0xBDE9F1) is known color: Onahau. HEX triplet: BD, E9 and F1. RGB value is (189,233,241). Sum of RGB (Red+Green+Blue) = 189+233+241=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9F1 is #42160E. Grayscale: #DCDCDC. Windows color (decimal): -4331023 or 15854013. OLE color: 15854013.

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

Color convert

RGB 189 233 241 -
CMYK 0.22 0.03 0 0.05
HSL 189.23º 0.65% 0.84% -
HSV(B) 189.23º 0.22% 0.95% -
XYZ 66 75.45 94.3 -
YUV 220.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 189 233 241 0.22 0.03 0 0.05 189.23 0.65 0.84
Hex BD E9 F1 16 3 0 5 BD 41 54
Octal 275 351 361 26 3 0 5 275 101 124
Binary 10111101 11101001 11110001 10110 11 0 101 10111101 1000001 1010100

Color Harmonies of #BDE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9F1

Black with #BDE9F1

Text Example


Text Example

White with #BDE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9F1; }

 p { color: rgb(189,233,241); }

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

background-color css

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

 a { background-color: rgb(189,233,241); }

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

border-color css

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

 span { border-color: rgb(189,233,241); }

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