Html Css Color HEX #BDE3F1 Onahau

📋 copy color: '#BDE3F1'

red 189 ◦ green 227 ◦ blue 241

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

Shades of Onahau #BDE3F1

Tints of Onahau #BDE3F1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.55%

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

R = 28.77%
G = 34.55%
B = 36.68%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE3F1 (or 0xBDE3F1) is known color: Onahau. HEX triplet: BD, E3 and F1. RGB value is (189,227,241). Sum of RGB (Red+Green+Blue) = 189+227+241=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F1 is #421C0E. Grayscale: #D9D9D9. Windows color (decimal): -4332559 or 15852477. OLE color: 15852477.

HSL color Cylindrical-coordinate representation of color #BDE3F1: hue angle of 196.15º 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 #BDE3F1 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 227 241 -
CMYK 0.22 0.06 0 0.05
HSL 196.15º 0.65% 0.84% -
HSV(B) 196.15º 0.22% 0.95% -
XYZ 64.33 72.11 93.75 -
YUV 217.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 189 227 241 0.22 0.06 0 0.05 196.15 0.65 0.84
Hex BD E3 F1 16 6 0 5 C4 41 54
Octal 275 343 361 26 6 0 5 304 101 124
Binary 10111101 11100011 11110001 10110 110 0 101 11000100 1000001 1010100

Color Harmonies of #BDE3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3F1

Black with #BDE3F1

Text Example


Text Example

White with #BDE3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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