Html Css Color HEX #BDF1F9 Onahau

📋 copy color: '#BDF1F9'

red 189 ◦ green 241 ◦ blue 249

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

Shades of Onahau #BDF1F9

Tints of Onahau #BDF1F9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.49%

 BLUE value IS 249 (97.66% from 255) = 36.67%

R = 27.84%
G = 35.49%
B = 36.67%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF1F9 (or 0xBDF1F9) is known color: Onahau. HEX triplet: BD, F1 and F9. RGB value is (189,241,249). Sum of RGB (Red+Green+Blue) = 189+241+249=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1F9 is #420E06. Grayscale: #E2E2E2. Windows color (decimal): -4328967 or 16380349. OLE color: 16380349.

HSL color Cylindrical-coordinate representation of color #BDF1F9: hue angle of 188º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF1F9 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 241 249 -
CMYK 0.24 0.03 0 0.02
HSL 188º 0.83% 0.86% -
HSV(B) 188º 0.24% 0.98% -
XYZ 69.54 80.57 101.51 -
YUV 226.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 189 241 249 0.24 0.03 0 0.02 188 0.83 0.86
Hex BD F1 F9 18 3 0 2 BC 53 56
Octal 275 361 371 30 3 0 2 274 123 126
Binary 10111101 11110001 11111001 11000 11 0 10 10111100 1010011 1010110

Color Harmonies of #BDF1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1F9

Black with #BDF1F9

Text Example


Text Example

White with #BDF1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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