Html Css Color HEX #BDE6F1 Onahau

📋 copy color: '#BDE6F1'

red 189 ◦ green 230 ◦ blue 241

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

Shades of Onahau #BDE6F1

Tints of Onahau #BDE6F1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.85%

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

R = 28.64%
G = 34.85%
B = 36.52%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE6F1 (or 0xBDE6F1) is known color: Onahau. HEX triplet: BD, E6 and F1. RGB value is (189,230,241). Sum of RGB (Red+Green+Blue) = 189+230+241=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6F1 is #42190E. Grayscale: #DADADA. Windows color (decimal): -4331791 or 15853245. OLE color: 15853245.

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

Color convert

RGB 189 230 241 -
CMYK 0.22 0.05 0 0.05
HSL 192.69º 0.65% 0.84% -
HSV(B) 192.69º 0.22% 0.95% -
XYZ 65.16 73.76 94.02 -
YUV 219 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 189 230 241 0.22 0.05 0 0.05 192.69 0.65 0.84
Hex BD E6 F1 16 5 0 5 C1 41 54
Octal 275 346 361 26 5 0 5 301 101 124
Binary 10111101 11100110 11110001 10110 101 0 101 11000001 1000001 1010100

Color Harmonies of #BDE6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6F1

Black with #BDE6F1

Text Example


Text Example

White with #BDE6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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