Html Css Color HEX #BDE7F1 Onahau

📋 copy color: '#BDE7F1'

red 189 ◦ green 231 ◦ blue 241

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

Shades of Onahau #BDE7F1

Tints of Onahau #BDE7F1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.95%

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

R = 28.59%
G = 34.95%
B = 36.46%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE7F1 (or 0xBDE7F1) is known color: Onahau. HEX triplet: BD, E7 and F1. RGB value is (189,231,241). Sum of RGB (Red+Green+Blue) = 189+231+241=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7F1 is #42180E. Grayscale: #DBDBDB. Windows color (decimal): -4331535 or 15853501. OLE color: 15853501.

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

Color convert

RGB 189 231 241 -
CMYK 0.22 0.04 0 0.05
HSL 191.54º 0.65% 0.84% -
HSV(B) 191.54º 0.22% 0.95% -
XYZ 65.44 74.32 94.12 -
YUV 219.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 189 231 241 0.22 0.04 0 0.05 191.54 0.65 0.84
Hex BD E7 F1 16 4 0 5 C0 41 54
Octal 275 347 361 26 4 0 5 300 101 124
Binary 10111101 11100111 11110001 10110 100 0 101 11000000 1000001 1010100

Color Harmonies of #BDE7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7F1

Black with #BDE7F1

Text Example


Text Example

White with #BDE7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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